mame/3rdparty/bgfx/3rdparty/fcpp
2016-04-27 17:57:45 +02:00
..
.gitignore Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
COPYING Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
cpp1.c Added latest BGFX (nw) 2015-09-12 10:23:53 +02:00
cpp2.c Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
cpp3.c Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
cpp4.c Added latest BGFX (nw) 2015-09-12 10:23:53 +02:00
cpp5.c Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
cpp6.c Update BGFX and BX (nw) 2016-04-27 17:57:45 +02:00
cpp.h Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
cppadd.h Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
cppdef.h Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
fpp_pragmas.h Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
FPP_protos.h Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
fpp.exp Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
fpp.fd Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
fpp.h Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
FPPBase.h Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
makefile Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
README Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01:00
usecpp.c Added BGFX latest code to 3rdparty (nw) 2015-02-01 10:14:17 +01: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