[][src]Function sv_parser_pp::preprocess::preprocess

pub fn preprocess<T: AsRef<Path>, U: AsRef<Path>, V: BuildHasher>(
    path: T,
    pre_defines: &HashMap<String, Option<Define>, V>,
    include_paths: &[U],
    strip_comments: bool,
    ignore_include: bool
) -> Result<(PreprocessedText, Defines), Error>