code wiki / _hdl_build / nx_eng_repro_findfirst_gate.nx
nx_eng_repro_findfirst_gate.nx
buildroot/runtime/_hdl_build/nx_eng_repro_findfirst_gate.nx
about
EMITTED by nx_engineer_reproduce -- applies find-existing-first. license_tier: ORIGINAL
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
| 3 | func ex(name: *u8) -> i64 { let fd: i64=sys_openat_rd(name); if fd>=0 { sys_close(fd); return 1 } return 0 } |
| 4 | func main() -> i64 |