diff options
Diffstat (limited to 'CompilerDriver/cpp.cc')
| -rw-r--r-- | CompilerDriver/cpp.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CompilerDriver/cpp.cc b/CompilerDriver/cpp.cc index 6986e27..29507b7 100644 --- a/CompilerDriver/cpp.cc +++ b/CompilerDriver/cpp.cc @@ -13,6 +13,10 @@ #include <iostream> #include <fstream> +// @author Amlal El Mahrouss (amlel) +// @file cpp.cc +// @brief C Preprocessor. + typedef Int32(*cpp_parser_fn_t)(std::string& line, std::ifstream& hdr_file, std::ofstream& pp_out); ///////////////////////////////////////////////////////////////////////////////////////// |
