#include "common/error.h" #include #include void rage_quit(const char *msg) { fprintf(stderr, "FATAL ERROR: %s\n", msg); exit(1); }