Format: AllC/C++CSSTextshell script Advanced Search
43: } 44: int fsetpos(FILE *iop, const int32_t *pos) { return(fseek(iop, *pos, SEEK_SET)); }