cppp

Partial preprocessor for C that handles conditional compilation

brewmacoslinux
Try with needOr install directly
Source

About

Partial Preprocessor for C

Commands

cppp

Examples

Preprocess a C file with conditional blocks$ cppp -DDEBUG input.c -o output.c
Process file without removing comments$ cppp -k input.c > output.c
Define multiple preprocessor symbols$ cppp -DDEBUG -DVERSION=2 source.c -o processed.c