9b5dd80d84
This is technically a breaking change for C++, unfortunately. Fixes #423.
10 lines
132 B
C
10 lines
132 B
C
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
|
|
/**
|
|
* The root of all evil.
|
|
*/
|
|
void root(void);
|