preprocess

Preprocess C file.

extern (C++)
preprocess

Parameters

csrcfile FileName

C file to be preprocessed, with .c or .h extension

loc Loc

The source location where preprocess is requested from

ifile bool

set to true if an output file was written

defines OutBuffer*

buffer to append any #define and #undef lines encountered to Result: filename of output

Meta