gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strtol from t2ex/t2ex_source/driver/tef_em1d/netdrv/src/main.c (0.00 seconds)
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/main.c - 9.2KB - 280 lines
212:                 case '!':             /* priority */
213:                         TskPri = strtol(arg, (VP)&arg, 0);
214:                         break;
215:                 case '=':
216:                         v[0] = strtol(arg, (VP)&arg, 0);
217:                         if (*arg++ == '.') {
218:                                 v[1] = strtol(arg, (VP)&arg, 0);
219:                                 if (*arg++ == '.') {
220:                                         v[2] = strtol(arg, (VP)&arg, 0);
221:                                 }