waf/playground/syms/b.c

7 lines
65 B
C

int mylib_bb() {
return 48;
}
int internal_bb() {
return 64;
}