Search | Google it | Results 1 - 1 of 1 for funcall:ftell from t2ex/t2ex_source/kernel/sysmain/src/command.c (0.00 seconds) |
463: fseek(fp, 0, SEEK_END); 464: fsz = ftell(fp); 465: fseek(fp, 0, SEEK_SET); 528: fseek(sfp, 0, SEEK_END); 529: fsz = ftell(sfp); 530: fseek(sfp, 0, SEEK_SET);