bgfx/3rdparty/fcpp
Branimir Karadžić 8771afb4d8 Updated fcpp. 2018-12-09 16:20:14 -08:00
..
.gitignore Initial commit. 2012-04-03 20:30:07 -07:00
COPYING Initial commit. 2012-04-03 20:30:07 -07:00
FPPBase.h Initial commit. 2012-04-03 20:30:07 -07:00
FPP_protos.h Initial commit. 2012-04-03 20:30:07 -07:00
README Initial commit. 2012-04-03 20:30:07 -07:00
cpp.h Updated fcpp. 2018-12-08 16:40:58 -08:00
cpp1.c Updated fcpp. 2018-12-08 16:40:58 -08:00
cpp2.c Updated fcpp. 2018-12-08 16:40:58 -08:00
cpp3.c Updated fcpp. 2018-12-09 16:20:14 -08:00
cpp4.c Updated fcpp. 2018-12-08 16:40:58 -08:00
cpp5.c Updated fcpp. 2018-12-08 16:40:58 -08:00
cpp6.c Fixed crash on NULL dereference. 2018-09-03 13:56:11 -07:00
cppadd.h Updated fcpp. 2018-04-24 20:07:38 -07:00
cppdef.h Updated fcpp. 2018-04-24 20:07:38 -07:00
fpp.exp Initial commit. 2012-04-03 20:30:07 -07:00
fpp.fd Initial commit. 2012-04-03 20:30:07 -07:00
fpp.h Updated fcpp. 2018-04-24 20:07:38 -07:00
fpp_pragmas.h Initial commit. 2012-04-03 20:30:07 -07:00
makefile Updated fcpp. 2018-12-08 16:40:58 -08:00
usecpp.c Updated fcpp. 2018-12-08 16:40:58 -08:00

README

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