nbos

nbos

https://git.tonybtw.com/nbos.git git://git.tonybtw.com/nbos.git
135 bytes raw
1
#ifndef NB_VALIDATE_H
2
#define NB_VALIDATE_H
3
4
#include "../include/nbos.h"
5
6
[[nodiscard]] bool validate(const system_cfg *cfg);
7
8
#endif