blob: 5900aefd6894668424bbcc115e1fc35ce0e6948c [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
/**
* The root of all evil.
*/
void root(void);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus