nx_body_proc_semantic_gate_t345.nx
buildroot/runtime/nx_body_proc_semantic_gate_t345.nx
dependencies 2 imports · 0 importers
imports: nx_body_proc_semantic_candidate_t345.nxnx_gate_verdict.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
| 3 | func bsg_equal(a:*u8,an:i64,b:*u8,bn:i64)->i64{if an!=bn{return 0};var i:i64=0;while i<an{if a[i]!=b[i]{return 0};i=i+1};return 1} called by 1: main |
| 4 | func main()->i64 |