#include <stdio.h> int fseek(FILE *stream, long int offset, int origin); #define ... SEEK_CUR: Current position of file pointer; SEEK_END: End of file.
確定! 回上一頁