#include #define emit_error(...) fprintf(stderr, "Error: " __VA_ARGS__) #define emit_info(...) fprintf(stdout, "Info : " __VA_ARGS__)