code wiki / _hdl_build / rr_authored2_test.nx

rr_authored2_test.nx

buildroot/runtime/_hdl_build/rr_authored2_test.nx

639 B11 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic rr
docsdependenciesstructsconstsfunctions

dependencies 2 imports · 0 importers

rr_authored.nx nx_syscalls.nx rr_authored2_test.nx

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

main sys_mmap cps rr_authored_retrieve sys_exit

structs

none

consts

none

functions

3func 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
4func main() -> i64