nx_medbill_advocacy_gate.nx
buildroot/runtime/nx_medbill_advocacy_gate.nx
about
nx_medbill_advocacy_gate.nx -- M-ADV GATE: proves (1) charity-care screening reads the CURRENT HHS
poverty guidelines from the DATA pack and the pack MATCHES THE BANKED SOURCE bytes (aspe.hhs.gov,
fetched sovereignly -- caught a stale-year error at authoring time), with the uniform increment
cross-checked against the table's own multi-person rows; (2) FPL percent math is exact integer;
(3) the 501(r) request letter carries the load-bearing content; (4) appeal deadline math is exact
and LEAP-SAFE; (5) the denial-appeal letter is reason-specific with the computed deadline inline.
Exits 0 iff ALL pass. Run from nxc2. license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_medbill_codes.nxnx_medbill_charity.nxnx_medbill_appeal.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
| 13 | func g_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func g_putn(v: i64) -> i64 |
| 27 | func chk(name: *u8, got: i64, want: i64, st: *i64) -> i64 |
| 33 | func main() -> i64 |