code wiki / _hdl_build / nx_profile_contract_gate_t239.nx
nx_profile_contract_gate_t239.nx
buildroot/runtime/_hdl_build/nx_profile_contract_gate_t239.nx
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_profile_contract.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 check(s:*u8,expect:i64)->i64{var n:i64=0;while s[n]!=(0 as u8){n=n+1}let info:*i64=sys_mmap(40) as *i64;return profile_contract_scan(s,n,info)==expect} |
| 4 | func main(argc:i64,argv:*i64)->i64 |