Cpplib: C プリプロセッサ メタプログラミング用のマクロ ライブラリ
cpplib brings standard programming language features—such as conditionals and loops—to the C preprocessor. It also includes macros to simulate function overloading and variadic templates. cpplib is a single header file written in pure CPP with no C code to bloat executable size. C preprocessor is much nicer than C itself. It is a purely functional…