code wiki / (root) / _offc_strlen_call.nx

_offc_strlen_call.nx

buildroot/runtime/_offc_strlen_call.nx

617 B26 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic offc
docsdependenciesstructsconstsfunctions

about

Mirror the parse_function pattern: let name_ptr: *u8 = tok_text_ptr(name_tok) var name_len: i64 = 0 while name_ptr[name_len] != 0 { name_len = name_len + 1 } If this miscompiles, that's the next Bar 3 bug.

dependencies 1 imports · 0 importers

syscalls.nx _offc_strlen_call.nx

imports: syscalls.nx

imported by: nobody (leaf or entry point)

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

main make_buf

structs

none

consts

none

functions

9func make_buf() -> *u8 {
called by 1: main
18func main() -> i64 {
calls 1: make_buf