nx_fbench_t2b.nx
buildroot/runtime/nx_fbench_t2b.nx
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
| 3 | func fb_slen(s: *u8) -> i64 |
| 11 | func fb_puts(s: *u8) -> i64 |
| 17 | func fb_is_vowel(c: i64) -> i64 called by 1: fb_count_vowels |
| 26 | func fb_count_vowels(s: *u8) -> i64 |
| 41 | func fb_reverse(src: *u8, dst: *u8) -> i64 |
| 53 | func fb_pdec(n: i64) -> i64 |
| 75 | func main(argc: i64, argv: *i64) -> i64 |