2012年1月13日

c语言常用函数备忘

摘要: 打开文件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 @ 2012-01-13 13:49 张志超 阅读(77) 评论(0) 推荐(0)

导航