stdio.h 中的rewind() 將目前檔案中存取位置重新設定回檔案起始處,需要一個指向 ... fPtr); printf("%ld\n", ftell(fPtr)); rewind(fPtr); fread(s, sizeof(char), ...
確定! 回上一頁