Search | Google it | Results 1 - 3 of 3 for funcall:fseek (0.00 seconds) |
43: } 44: int fsetpos(FILE *iop, const int32_t *pos) { return(fseek(iop, *pos, SEEK_SET)); }
39: { 40: (void) fseek(fp, 0L, SEEK_SET); 41: clearerr(fp);
462: } 463: fseek(fp, 0, SEEK_END); 464: fsz = ftell(fp);