函式原型int feof(FILE *stream);
功能說明 int feof(FILE *stream)。
頭檔案 <stdio.h>
返回值 當檔案指針到達檔案結尾時,函式返回1,否則返回0.
函式原型int feof(FILE *stream);功能說明 int feof(FILE *stream)。頭檔案 stdio.h 返回值 當檔案指針到達檔案結尾時,函式返回1,否則返回0. ...