diff options
Diffstat (limited to 'include')
| -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(); |
