nx_img_extract_demo.nx
buildroot/runtime/nx_img_extract_demo.nx
about
nx_img_extract_demo.nx -- show the parser finding media (image URLs) in HTML.
dependencies 2 imports · 0 importers
imports: nx_str.nxnx_html_extract_imgs.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
| 4 | const K_MAGIC_8192: i64 = 8192 |
functions
| 6 | func nx_putc(c: i64) -> i64 { let b: *u8 = sys_mmap(1); b[0] = c; sys_write(1, b, 1); return 0 } |
| 7 | func nx_puts(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 8 | func nx_put_i64(n: i64) -> i64 |
| 16 | func main() -> i64 |