1 2 3 4 5 6
#ifndef NB_MODULE_H #define NB_MODULE_H void nb_load_module(const char* module_name); #endif