nx_png_probe.nx
buildroot/runtime/nx_png_probe.nx
about
nx_png_probe.nx -- Rule-2 verification: does the existing nx_png_decode
actually decode a REAL gallery PNG (not just the synthetic 1x1 smoke)?
Reads one real file, decodes, prints error_code + dims + first pixel.
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_png_decoder.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 gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 10 | func gn(v: i64) -> i64 |
| 24 | func main() -> i64 |