diff options
Diffstat (limited to 'include/GenericsLibrary/nrt.nc')
| -rw-r--r-- | include/GenericsLibrary/nrt.nc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GenericsLibrary/nrt.nc b/include/GenericsLibrary/nrt.nc index 6a39808..0a62d81 100644 --- a/include/GenericsLibrary/nrt.nc +++ b/include/GenericsLibrary/nrt.nc @@ -4,7 +4,7 @@ // file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) // Official repository: https://github.com/ne-foss-org/nectar -extern main; +import 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. |
