Search | Google it | Results 1 - 1 of 1 for funcall:strtol from t2ex/t2ex_source/driver/tef_em1d/netdrv/src/main.c (0.00 seconds) |
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: }