/pp

simple C preprocessor library

Primary LanguageCMIT LicenseMIT

Release License Issues

pp

simple C preprocessor library

test commnad

gcc -E pp.h > test.h && sed -i 's/#////g' test.h && gcc -Wall -O2 -o a.out test.c && ./a.out