一fseek函數是用來設定文件的當前讀寫位置. 函數原型: int fseek(FILE *fp,long offset,int origin); 函數功能:把fp的文件讀寫位置指針移到指定的位置. fseek(fp,20 ...
tw.knowledge.yahoo.com