()
| 687 | } |
| 688 | |
| 689 | pub fn get_standard_headers() -> Vec<String> { |
| 690 | vec![ |
| 691 | "stdlib.h".to_string(), |
| 692 | "string.h".to_string(), |
| 693 | "stdint.h".to_string(), |
| 694 | "vector".to_string(), |
| 695 | "fstream".to_string(), |
| 696 | "iostream".to_string(), |
| 697 | "sstream".to_string(), |
| 698 | ] |
| 699 | } |
| 700 | |
| 701 | /// Get the paths of all corpus files in the corpus directory. |
| 702 | pub fn get_library_corpus_files(deopt: &Deopt) -> &'static Vec<PathBuf> { |
no outgoing calls
no test coverage detected