crosire / fcpp

Frexx C preprocessor

Home Page:https://daniel.haxx.se/projects/fcpp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frexx CPP (C Preprocessor)

Copyright (c) by Daniel Stenberg 1993 - 2011

This is a C preprocessor. It is a project based on public domain code, then
forked by Daniel in 1993 and future work has been done under a BSD license.

The C preprocessor is now (mostly?) ANSI C compliant, and some tweaks have
been applied to also make it fairly usable to process other data files, such
as HTML for simple web sites.

WWW:   http://daniel.haxx.se/projects/fcpp/
Code:  https://github.com/bagder/fcpp

About

Frexx C preprocessor

https://daniel.haxx.se/projects/fcpp/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 98.8%Language:Makefile 1.2%