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