I'm looking for a source code for a simple C preprocessor. It should be fast, compact and ISO99-compliant. I don't need too many command-line features, -D -U and -I are sufficient. It should run on a U*IX environment (mainly Solaris, but Cygwin would be very helpful, too).
gcc's cpp is too complex for what I have in mind, and Decus cpp lacks proper ISO compatibility.
Any ideas?
Start Free Trial