code wiki / (root) / nx_array_kat2.nx

nx_array_kat2.nx

buildroot/runtime/nx_array_kat2.nx

1055 B28 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic array
docsdependenciesstructsconstsfunctions

about

KAT2 for [N]T: the OUT-PARAM pattern (array decays to a WRITABLE address across a call) + a larger array. Threading/buffer code relies on this: a stack buffer filled by a helper. Expect: 0123456789 LAST=255 OK

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_array_kat2.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main fill sys_write sys_exit

structs

none

consts

none

functions

8func fill(p: *u8, n: i64) -> i64
called by 1: main
14func main() -> i64