FloSim82

Results 1 comments of FloSim82

To help here are the 3 header files: **$ cat lib1.h** ``` #ifndef LIB1_H #define LIB1_H #ifdef __cplusplus extern "C" { #endif int lib1_init(); void log_print(const char * module, int...