Function parser_c::syntax::preprocess::runPreprocessor [] [src]

pub fn runPreprocessor<P: Preprocessor>(
    cpp: P,
    cpp_args: CppArgs
) -> Either<ExitCode, InputStream>