C FILE operations - Serbipunk/notes GitHub Wiki
fseek
http://www.cplusplus.com/reference/cstdio/fseek/
Constant | Reference position |
---|---|
SEEK_SET | Beginning of file |
SEEK_CUR | Current position of the file pointer |
SEEK_END | End of file * |
fseek
http://www.cplusplus.com/reference/cstdio/fseek/
Constant | Reference position |
---|---|
SEEK_SET | Beginning of file |
SEEK_CUR | Current position of the file pointer |
SEEK_END | End of file * |