nbos
https://git.tonybtw.com/nbos.git
git://git.tonybtw.com/nbos.git
#ifndef NB_VALIDATE_H
#define NB_VALIDATE_H
#include "../include/nbos.h"
[[nodiscard]] bool validate(const system_cfg *cfg);
#endif