1 2 3 4 5 6 7 8 9 10
// Victor Roemer (wtfbbqhax), <victor@badsec.org>. #ifndef MENU_BOOL_H #define MENU_BOOL_H enum { false, true }; #endif