code wiki / _hdl_build / nx_ad_banner_builder_gate.nx
nx_ad_banner_builder_gate.nx
buildroot/runtime/_hdl_build/nx_ad_banner_builder_gate.nx
about
nx_ad_banner_builder_gate.nx -- GATE for the server-rendered banner builder. Proves: the GET form has the
fields and is ZERO-JS; a POST renders a clean generated banner (correct size + animation) with the form
repopulated; an injected sponsor stays escaped; empty input yields no banner. Emits the builder page
samples to knowledge/staging/ad/ as evidence. Sovereign, no gcc/.sh. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_ad_banner_builder.nxnx_ad_serve.nxnx_syscalls.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 g_p(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 g_write(fname: *u8, buf: *u8, n: i64) -> i64 { let fd: i64 = sys_openat_wr(fname, 420); if fd >= 0 { sys_write(fd, buf, n); sys_close(fd) } return 0 } |
| 12 | func main(argc: i64, argv: *i64) -> i64 |