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/cc.cc | |
| parent | b03f3d83efcbc012c4153da14eaf158bb50031d2 (diff) | |
meta: credit me as the author.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CompilerDriver/cc.cc')
| -rw-r--r-- | CompilerDriver/cc.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CompilerDriver/cc.cc b/CompilerDriver/cc.cc index 899734b..e908dc5 100644 --- a/CompilerDriver/cc.cc +++ b/CompilerDriver/cc.cc @@ -22,6 +22,10 @@ /* This is part of MP-UX C SDK. */ /* (c) Western Company */ +// @author Amlal El Mahrouss (amlel) +// @file cc.cc +// @brief Optimized C Compiler. + ///////////////////// // ANSI ESCAPE CODES |
