summaryrefslogtreecommitdiffhomepage
path: root/include/GenericsLibrary
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-29 03:10:11 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-29 03:10:33 +0100
commit690fa2807e10f10edd20ce971b900457d7504ff3 (patch)
tree174a6a0cc9ee23187d3ac847d955671ff231dd60 /include/GenericsLibrary
parent455e647ee1fa5ef74c3fe67884adad05d56655d0 (diff)
feat: NectarCompiler+AMD64.cc: Mangle name like C functions. Fixes. and doc tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/GenericsLibrary')
-rw-r--r--include/GenericsLibrary/nrt.nc12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/GenericsLibrary/nrt.nc b/include/GenericsLibrary/nrt.nc
new file mode 100644
index 0000000..446ce94
--- /dev/null
+++ b/include/GenericsLibrary/nrt.nc
@@ -0,0 +1,12 @@
+// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (See accompanying
+// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/nekernel-org/nectar
+
+extern main;
+
+let _start()
+{
+ return main();
+}
+