code wiki / (root) / himport.nx

himport.nx

buildroot/runtime/himport.nx

155 B3 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

himport.nx -- Exits the program with status code 7 using the sys_exit system call.

dependencies 1 imports · 0 importers

nx_syscalls.nx himport.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_exit

structs

none

consts

none

functions

3func main() -> i64 { sys_exit(7); return 7 }
calls 1: sys_exit