1 #include <stdarg.h> 2 #include <stdbool.h> 3 #include <stdint.h> 4 #include <stdlib.h> 5 6 #ifdef __cplusplus 7 extern "C" { 8 #endif // __cplusplus 9 10 void first(void); 11 12 void second(void); 13 14 #ifdef __cplusplus 15 } // extern "C" 16 #endif // __cplusplus 17