pub fn get_macros<S: BuildHasher>(
file: &Path,
files: &HashMap<PathBuf, PreprocFile, S>,
) -> HashSet<String>Expand description
Returns the macros contained in a C/C++ file.
pub fn get_macros<S: BuildHasher>(
file: &Path,
files: &HashMap<PathBuf, PreprocFile, S>,
) -> HashSet<String>Returns the macros contained in a C/C++ file.