Loading...
Searching...
No Matches
c_preprocess.h File Reference
#include <iosfwd>
#include <string>
+ Include dependency graph for c_preprocess.h:
+ This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
ANSI-C preprocessing.
Function Documentation
◆ c_preprocess() [1/2]
bool c_preprocess
(
const std::string &
path,
std::ostream &
outstream,
)
◆ c_preprocess() [2/2]
bool c_preprocess
(
std::istream &
instream,
std::ostream &
outstream,
)
◆ test_c_preprocessor()