code wiki / _hdl_build / nx_media_harvest_gate.nx
nx_media_harvest_gate.nx
buildroot/runtime/_hdl_build/nx_media_harvest_gate.nx
dependencies 4 imports · 0 importers
imports: nx_gate_grow.nxnx_gate_gn.nxnx_syscalls.nxnx_media_harvest.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
| 12 | func gw(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func g_among(url_buf: *u8, offs: *i64, lens: *i64, n: i64, needle: *u8) -> i64 called by 1: main |
| 30 | func g_kind_of(url_buf: *u8, offs: *i64, lens: *i64, kinds: *i64, n: i64, needle: *u8) -> i64 called by 1: main |
| 45 | func main() -> i64 |