fgetc 函数原型:int fgetc(FILE *stream);为什么fgetc返回的是int而不是char?通过man fgetc查看其返回值:fgetc(), getc() and getchar() return the character read ...
確定! 回上一頁