nx_lib_pdf_probe.nx
buildroot/runtime/nx_lib_pdf_probe.nx
about
nx_lib_pdf_probe.nx -- LIVE proof of the sovereign PDF axis via the library
organ nx_lib_pdf: one call fetches a real PDF over TLS-1.3 and extracts text.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_lib_pdf.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
| 5 | const K_MAGIC_16777216: i64 = 16777216 |
functions
| 7 | func pp_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 8 | func pp_wr(p: *u8, n: i64) -> i64 { sys_write(1, p, n); return 0 } calls 1: sys_write |
| 9 | func pp_putn(v: i64) -> i64 |
| 18 | func main() -> i64 |