diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-21 06:08:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-21 06:08:11 +0100 |
| commit | 885c9e2c6995f4bf7cd895966490a67b19619e13 (patch) | |
| tree | c4cd3ce74dccec9fa19658f2301ef6a64853d7cc /include/GenericsLibrary/nrt.nc | |
| parent | 37274fa3618e7700115b6b5b08b692606fe74c8a (diff) | |
feat: Docs: Add cpp_style.md.
feat: CompilerKit: patch and update Compiler's README.
feat: CompilerKit: Patch some part of the Linkers where we'd expand soon.
feat: GenericsLibrary: Add documentation of GenericsLibrary' _start function.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/GenericsLibrary/nrt.nc')
| -rw-r--r-- | include/GenericsLibrary/nrt.nc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/GenericsLibrary/nrt.nc b/include/GenericsLibrary/nrt.nc index 446ce94..9d0c640 100644 --- a/include/GenericsLibrary/nrt.nc +++ b/include/GenericsLibrary/nrt.nc @@ -5,6 +5,8 @@ extern main; +//@ The main entrypoint is an external symbol defined by the user program. +//@ You may also define it as a library and then write your own main wrapper over it. let _start() { return main(); |
