pub fn preprocess(
parser: &PreprocParser,
path: &Path,
results: &mut PreprocResults,
)
Expand description
Extracts preprocessor data from a C/C++
file
and inserts these data in a PreprocResults
object.
pub fn preprocess(
parser: &PreprocParser,
path: &Path,
results: &mut PreprocResults,
)
Extracts preprocessor data from a C/C++
file
and inserts these data in a PreprocResults
object.