code wiki / _hdl_build / rr_authored_test.nx
rr_authored_test.nx
buildroot/runtime/_hdl_build/rr_authored_test.nx
dependencies 2 imports · 0 importers
imports: rr_authored.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
| 3 | func cps(dst: *u8, s: *u8) -> i64 { var i: i64=0; while s[i]!=(0 as u8){ dst[i]=s[i]; i=i+1 } dst[i]=0 as u8; return i } called by 1: main |
| 4 | func main() -> i64 |