nx_atlas_cite.nx
buildroot/runtime/nx_atlas_cite.nx
about
nx_atlas_cite.nx -- atlas-hygiene CITATION FORMAT PRECHECK (blueprint Callout 1 / F265, first rung).
Syntactic pre-verify of an external reference id BEFORE the network authority check: a DOI must start
\"10.\" -> PASS-FORMAT (exit 0, eligible for Crossref/S2 verify); else -> QUARANTINE (exit 5, malformed).
Full external verify = the fetch compose (honest: this is the format rung only). license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_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
| 6 | func ci_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 7 | func main(argc: i64, argv: *i64) -> i64 |