blob: f08e6e3c33514f6d9a8b7b8420f12272061975d0 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
/**
* The root of all evil.
*/
void root(void);
/**
* A little above the root, and a lot more visible, with a run-on sentence
*/
void trunk(void);