diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-04 10:13:50 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-04 10:13:50 +0100 |
| commit | 4a6ac884b50b7103b41a39800d16ef785e365245 (patch) | |
| tree | ddd02b2a427871913c9adb5673f4c2a7fc9fa19a /CompilerDriver/cpp.cc | |
| parent | b03f3d83efcbc012c4153da14eaf158bb50031d2 (diff) | |
meta: credit me as the author.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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); ///////////////////////////////////////////////////////////////////////////////////////// |
