bgfx/3rdparty/fcpp
2014-08-24 10:37:32 -07:00
..
.gitignore
COPYING
cpp.h
cpp1.c Fixed clang warning: equality comparison with extraneous parentheses. 2014-08-20 21:06:20 -07:00
cpp2.c Removed amiga crap. 2014-08-22 11:01:19 -07:00
cpp3.c Fixed warnings. Rebuilt Linux shaderc binary. 2013-04-08 22:12:35 -07:00
cpp4.c
cpp5.c Fixed warnings. Rebuilt Linux shaderc binary. 2013-04-08 22:12:35 -07:00
cpp6.c Fixed vs2008 compile error. 2014-08-24 10:37:32 -07:00
cppadd.h
cppdef.h
fpp.exp
fpp.fd
fpp.h
fpp_pragmas.h
FPP_protos.h
FPPBase.h
makefile
README
usecpp.c

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