gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:getString (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
172:         memset(lineBuf, 0, sizeof(lineBuf));   // clear buffer
173:         return getString(lptr = lineBuf);      // input a line and initialize the line pointer
174: }
monitor/cmdsvc/src/svc.c - 5.0KB - 170 lines
119:           case TM_GETLINE:     /* INT      tm_getline( UB *buff ) */
120:                 er = getString(wrkBuf);
121:                 if ( er < 0 ) break;