Be aware, that the return value of fgetc() must be saved in an int (and not in an unsigned char ) in order to distinguish EOF and 0xFF (which is the ...
確定! 回上一頁