SpecificationC11
Sourcecpreprocess.d
Documentationhttps://dlang.org/phobos/dmd_cpreprocess.html
preprocess(FileNamecsrcfile, Locloc, ref OutBufferdefines);FileNamecsrcfile | C file to be preprocessed, with .c or .h extension |
Locloc | The source location where preprocess is requested from |
OutBufferdefines | buffer to append any#define and#undef lines encountered to |
Resultthe text of the preprocessed file
findImportcH(const(char)*[]path);const(char)*[]path | import path |