Page 1 of 1

Programming in C: fgetpos/fsetpos/fpos_t help please

Posted: 2004-06-09 05:14pm
by Pu-239
How does one manually set fpos_t to be, say x amount of bytes from the beginning of a file? I know I can use fseek, but that's limited to 2GB.