nx_lib_pow_decomp.nx
buildroot/runtime/nx_lib_pow_decomp.nx
about
nx_lib_pow_decomp.nx -- fetch the gzip'd pow.js and inflate it to readable
source (nx_gzip_inflate), so the NCBI PoW algorithm can be read. Step 2.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_lib_fetch.nxnx_gzip_wrap.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
| 6 | const K_MAGIC_4194304: i64 = 4194304 |
functions
| 8 | func pd_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 9 | func pd_putn(v: i64) -> i64 |
| 18 | func main() -> i64 |