code wiki / _hdl_build / _stale_probe.nx
_stale_probe.nx
buildroot/runtime/_hdl_build/_stale_probe.nx
about
_stale_probe.nx -- verify the STALE-SUSPECT landmines LM-003 (>6 args) + LM-007
(*p as *u8 one-expression deref-cast) -- if the roots are fixed, retire the laws.
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
| 5 | func sp_p(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 7 | func sp_seven(a: i64, b: i64, c: i64, d: i64, e: i64, f: i64, g: i64) -> i64 called by 1: main |
| 10 | func main() -> i64 |