The fseek() function enables you to treat a file like an array and move ... file); exit(EXIT_FAILURE); } fseek(fp, 0L, SEEK_END); /* go to end of file ...
確定! 回上一頁