|
NAMEfileseek() - sets file positionSYNOPSISfileseek(f,offset) FILE *f; long offset; DESCRIPTIONfileseek() sets the logical position in the file f to offset. The next read or write operation begins with the byte at the new offset.RETURNSnoneNOTESFile positions begin with 0 for the first byte. When writing, it is legal to seek beyond the end of file.
Visit the GSP FreeBSD Man Page Interface. |