#include static void error(const char *msg, const char *msg1) { fprintf(stderr, "Error: %s%s\n", msg, msg1 ? msg1 : ""); exit(1); }