diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:13:48 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:15:17 +0100 |
| commit | a13e1c0911c0627184bc38f18c7fdda64447b3ad (patch) | |
| tree | 073a62c09bf216e85a3f310376640fa1805147f9 /public/tools/cc/src/CommandLine.cc | |
| parent | 149fa096eb306d03686b3b67e813cf1a78e08cd0 (diff) | |
meta(kernel): Reworked repository's filesystem structure.
Removing useless parts of the project too.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/tools/cc/src/CommandLine.cc')
| -rw-r--r-- | public/tools/cc/src/CommandLine.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/tools/cc/src/CommandLine.cc b/public/tools/cc/src/CommandLine.cc index 3efa5301..226554cc 100644 --- a/public/tools/cc/src/CommandLine.cc +++ b/public/tools/cc/src/CommandLine.cc @@ -4,12 +4,12 @@ * Copyright (c) 2024 Amlal EL Mahrouss */ -#include <LibSCI/SCI.h> +#include <SCIKit/SCI.h> /// @brief This program loads a program for NeOS. SInt32 main(SInt32 argc, Char* argv[]) { - ConOut(nullptr, "LD: OpenCC or GCC for Ne needs to be installed.\rLD: This program is present as a placeholder."); + PrintOut(nullptr, "cc: A C++ compiler to be installed.\rcc: This program is present as a placeholder."); return EXIT_FAILURE; } |
