code wiki / _hdl_build / nx_creation_page_gate.nx
nx_creation_page_gate.nx
buildroot/runtime/_hdl_build/nx_creation_page_gate.nx
dependencies 3 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.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
| 11 | const CR_PAGE: *u8 = "web_assets/creation.html" |
| 12 | const CR_PULSE: *u8 = "knowledge/status/god_pulse.log" |
functions
| 14 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 16 | func cc(buf: *u8, off: i64, s: *u8) -> i64 { var o: i64=off; var i: i64=0; while s[i]!=(0 as u8){ buf[o]=s[i]; o=o+1; i=i+1 } return o } |
| 18 | func ccn(buf: *u8, off: i64, src: *u8, n: i64) -> i64 { var o: i64=off; var i: i64=0; while i<n { buf[o]=src[i]; o=o+1; i=i+1 } return o } |
| 20 | func cfind(buf: *u8, n: i64, pat: *u8) -> i64 |
| 27 | func main(argc: i64, argv: *i64) -> i64 |