Format: AllC/C++CSSTextshell script Advanced Search
43: } 44: int32_t fgetpos(FILE *fp, int32_t *pos) { return((*pos = ftell(fp)) == -1); }