blob: c1c2987cefb5ceb4c17f5691bcfb4071e7569c6e [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