gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:outint from mtkernel_3/lib/libtm/libtm_printf.c (0.00 seconds)
mtkernel_3
lib/libtm/libtm_printf.c - 11.5KB - 360 lines
189:                         cbs = (v == 0 && prec == 0) ?
190:                                                 cbe : outint(cbe, v, base);
191:                         break;
197: } 198: cbs = outint(cbe, v, base); 199: break;