Branimir Karadzic dee3fe5266 Initial commit. před 13 roky
..
.gitignore dee3fe5266 Initial commit. před 13 roky
COPYING dee3fe5266 Initial commit. před 13 roky
FPPBase.h dee3fe5266 Initial commit. před 13 roky
FPP_protos.h dee3fe5266 Initial commit. před 13 roky
README dee3fe5266 Initial commit. před 13 roky
cpp.h dee3fe5266 Initial commit. před 13 roky
cpp1.c dee3fe5266 Initial commit. před 13 roky
cpp2.c dee3fe5266 Initial commit. před 13 roky
cpp3.c dee3fe5266 Initial commit. před 13 roky
cpp4.c dee3fe5266 Initial commit. před 13 roky
cpp5.c dee3fe5266 Initial commit. před 13 roky
cpp6.c dee3fe5266 Initial commit. před 13 roky
cppadd.h dee3fe5266 Initial commit. před 13 roky
cppdef.h dee3fe5266 Initial commit. před 13 roky
fpp.exp dee3fe5266 Initial commit. před 13 roky
fpp.fd dee3fe5266 Initial commit. před 13 roky
fpp.h dee3fe5266 Initial commit. před 13 roky
fpp_pragmas.h dee3fe5266 Initial commit. před 13 roky
makefile dee3fe5266 Initial commit. před 13 roky
usecpp.c dee3fe5266 Initial commit. před 13 roky

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