After calling // fgetc(…), the file position moves forward by one byte ... fgetc(stream); fputc(ch, stdout); ch = fgetc(stream); fputc(ch, ...
確定! 回上一頁