1 2 3 4 5 6 7
#ifndef config_def_h_INCLUDED #define config_def_h_INCLUDED static const char *default_font = "Monospace 15"; #endif // config_def_h_INCLUDED