debug_show
const char *debug_show(int d);
printf("Debug: %s\n", debug_show(debug));
printf("The following debugging is enabled: %s\n", debug_show(debug));