摘要:        
1.6 File Positioning Functionsint fseek(FILE *stream, long offset, int origin)fseek sets the file position for stream; a subsequent read or write will access databeginning at the new position. For a binary file, the position is set to offset charactersfrom origin, which may be SEEK_SET (beginning),     
阅读全文