summaryrefslogtreecommitdiffhomepage
path: root/public/tools/cc/src/CommandLine.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-24 05:08:21 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-24 05:08:21 +0100
commit77a1bd038f4288a7c24cfe52ad9824ca947c6671 (patch)
treed7e3fe10fce24ddc6a2b3db15a6dc9d6aeee2451 /public/tools/cc/src/CommandLine.cc
parent66be78af046c20bd110793c03062a3ff67b04f9c (diff)
kernel(feat): Add basic wide system bug check (memory check), other
changes have been made too, see commit details for more information. 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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/tools/cc/src/CommandLine.cc b/public/tools/cc/src/CommandLine.cc
index 226554cc..7c5ccfaf 100644
--- a/public/tools/cc/src/CommandLine.cc
+++ b/public/tools/cc/src/CommandLine.cc
@@ -4,9 +4,9 @@
* Copyright (c) 2024 Amlal EL Mahrouss
*/
-#include <SCIKit/SCI.h>
+#include <SCIKit/SystemCalls.h>
-/// @brief This program loads a program for NeOS.
+/// @brief Placeholder program.
SInt32 main(SInt32 argc, Char* argv[])
{