mcpp

Alternative C/C++ preprocessor with better standards compliance

brewmacoslinux
Try with needOr install directly
Source

About

Alternative C/C++ preprocessor

Commands

mcpp

Examples

Preprocess a C file and output to stdout$ mcpp input.c
Preprocess with specific output file$ mcpp -o output.i input.c
Define a macro and preprocess$ mcpp -DDEBUG=1 input.c