Search | Google it | Results 1 - 2 of 2 for funcall:getString (0.00 seconds) |
172: memset(lineBuf, 0, sizeof(lineBuf)); // clear buffer 173: return getString(lptr = lineBuf); // input a line and initialize the line pointer 174: }
119: case TM_GETLINE: /* INT tm_getline( UB *buff ) */ 120: er = getString(wrkBuf); 121: if ( er < 0 ) break;