| #include <stdarg.h> | |
| #include <stdbool.h> | |
| #include <stdint.h> | |
| #include <stdlib.h> | |
| #ifdef __cplusplus | |
| namespace root { | |
| #endif // __cplusplus | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif // __cplusplus | |
| void root(void); | |
| #ifdef __cplusplus | |
| } // extern "C" | |
| #endif // __cplusplus | |
| #ifdef __cplusplus | |
| } // namespace root | |
| #endif // __cplusplus |