gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:outint (0.00 seconds)
mtkernel_3
lib/libtm/libtm_printf.c - 11.5KB - 360 lines
47:  */
48: LOCAL   UB        *outint( UB *ep, UW val, UB base )
49: {
tkernel_2
lib/libtm/src/tm_printf.c - 12.0KB - 368 lines
51:  */
52: static  uchar    *outint(uchar *ep, unsigned long val, uchar base)
53: {