1 FILE *fopen(const char *path, const char *mode);2 FILE *freopen(const char *path, const char *mode, FILE *stream);
1 int fgetc(FILE *stream);//从文件读,每次读入一个字符
posted on 2012-01-13 13:49 张志超 阅读(77) 评论(0) 收藏 举报