_lens0_probe.nx
buildroot/runtime/_lens0_probe.nx
dependencies 1 imports · 0 importers
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
structs
| none |
consts
| none |
functions
| 2 | func _p(v: i64) -> i64 |
| 13 | func _nl() -> i64 { let z: *u8 = sys_mmap(2); z[0]=10; sys_write(1,z,1); return 0 } |
| 14 | func main() -> i64 |