_offc_strlen_call.nx
buildroot/runtime/_offc_strlen_call.nx
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
imports: 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
| 9 | func make_buf() -> *u8 {
called by 1: main |
| 18 | func main() -> i64 {
calls 1: make_buf |