gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tm_putchar (0.00 seconds)
mtkernel_3
lib/libtm/libtm.c - 2.3KB - 117 lines
109:         while ( *p != (UB)'\0' ) {
110:                 tm_putchar(*p++);
111:         }
More results from mtkernel_3
tkernel_2
kernel/sysmgr/src/syslog.c - 5.1KB - 221 lines
46:         while ( len-- > 0 ) {
47:                 tm_putchar(*s++);
48:         }
More results from tkernel_2