slchen / pp

simple C preprocessor library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simple C preprocessor library

License:MIT License


Languages

Language:C 100.0%