bgfx/3rdparty/fcpp
Branimir Karadžić 8771afb4d8 Updated fcpp.
2018-12-09 16:20:14 -08:00
..
.gitignore
COPYING
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
cpp.h Updated fcpp. 2018-12-08 16:40:58 -08: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_pragmas.h
FPP_protos.h
fpp.exp
fpp.fd
fpp.h Updated fcpp. 2018-04-24 20:07:38 -07:00
FPPBase.h
makefile Updated fcpp. 2018-12-08 16:40:58 -08:00
README
usecpp.c Updated fcpp. 2018-12-08 16:40:58 -08:00

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