code wiki / _hdl_build / nx_library_shelf_gate.nx
nx_library_shelf_gate.nx
buildroot/runtime/_hdl_build/nx_library_shelf_gate.nx
dependencies 2 imports · 0 importers
imports: nx_gate_gn.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 8 | func gp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 9 | func gslen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } called by 1: gfind |
| 10 | func gfind(hay: *u8, hl: i64, needle: *u8) -> i64 |
| 16 | func ghas(hay: *u8, hl: i64, needle: *u8) -> i64 { if gfind(hay, hl, needle) >= 0 { return 1 } return 0 } |
| 17 | func spawn(path: *u8, a0: *u8, a1: *u8, redir: *u8) -> i64 |
| 38 | func main() -> i64 |