Partial preprocessor for C that handles conditional compilation
Partial Preprocessor for C
cppp
$ cppp -DDEBUG input.c -o output.c
$ cppp -k input.c > output.c
$ cppp -DDEBUG -DVERSION=2 source.c -o processed.c