README 492 B

12345678910111213
  1. Frexx CPP (C Preprocessor)
  2. Copyright (c) by Daniel Stenberg 1993 - 2011
  3. This is a C preprocessor. It is a project based on public domain code, then
  4. forked by Daniel in 1993 and future work has been done under a BSD license.
  5. The C preprocessor is now (mostly?) ANSI C compliant, and some tweaks have
  6. been applied to also make it fairly usable to process other data files, such
  7. as HTML for simple web sites.
  8. WWW: http://daniel.haxx.se/projects/fcpp/
  9. Code: https://github.com/bagder/fcpp