mcc
mcc copied to clipboard
Mini C Compiler
Results
1
mcc issues
Sort by
recently updated
recently updated
newest added
tt.c ``` #include "tt.h" #include "tt.h" ``` tt.h ``` #define PRINT_NUMERIC_ID 1 #if PRINT_NUMERIC_ID == 0 1 #elif PRINT_NUMERIC_ID == 1 2 #endif #undef PRINT_NUMERIC_ID ``` _mcc -a -i -E...