code wiki / _hdl_build / nx_ia_probe.nx
nx_ia_probe.nx
buildroot/runtime/_hdl_build/nx_ia_probe.nx
about
nx_ia_probe.nx -- resolve an archive.org /details/ URL to the direct media file URL. Run from nxc2 root.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_x509_trust_store.nxnx_trust_store_load_from_certdata.nxnx_csprng.nxnx_ia_resolve.nx
imported by: nobody (leaf or entry point)
structs
| none |
consts
| 7 | const K_MAGIC_4194304: i64 = 4194304 |
| 8 | const K_MAGIC_4096: i64 = 4096 |
functions
| 10 | func pw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } calls 1: sys_write |
| 11 | func psl(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 13 | func main(argc: i64, argv: *i64) -> i64 |