code wiki / (root) / nx_money_census.nx

nx_money_census.nx

buildroot/runtime/nx_money_census.nx

7902 B94 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic money
docsdependenciesstructsconstsfunctions

about

nx_money_census.nx -- the COMPREHENSIVE personal-money domain, mapped honestly. The operator's vision: ONE s-class system managing a person's WHOLE financial life -- spend optimization, debt, credit, savings, investing, taxes, AND hardship/relief (bankruptcy, forbearance, forgiveness) -- NOT a quant-trading niche. This organ enumerates that full domain and marks HAVE vs GAP honestly. Today we hold only the investing+tax corner; the entire consumer / debt / credit / savings / hardship / planning surface is empty. A LOW permille here is HONEST -- it is the roadmap, not a failure. Regulated areas (bankruptcy/tax/legal) = decision-SUPPORT + draft-prep only, "AI drafts, a licensed human signs" -- never unlicensed advice. license_tier: ORIGINAL expect_exit: 0

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_money_census.nx

imports: nx_syscalls.nxnx_itoa_lib.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap mc_puts sys_write mc_cap mc_puts ↻ mc_n nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap

structs

none

consts

none

functions

11func mc_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 2: mc_capmain calls 1: sys_write
16func mc_n(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
18func mc_cap(area: *u8, cap: *u8, have: i64, note: *u8, c: *i64) -> i64
called by 1: main calls 1: mc_puts
24func main() -> i64