gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:skip_next (0.00 seconds)
tkernel_2
kernel/sysmgr/src/system.c - 11.8KB - 495 lines
107:         n = 0;
108:         while ( (p = skip_next(p)) != NULL ) {
109:                 v = STRTOUL((char*)p, (char**)&p, 0);
132: 133: sp = skip_next(p); 134: if ( sp == NULL ) {