C語言:文件操做及簡單例子

頭文件 #include <stdio.h>web 打開/關閉文件 FILE *fopen(const char *path, const char *mode);svg 成功返回文件指針,出錯返回NULL並設置errno;spa . int fclose(FILE *fp);指針 成功返回0,出錯返回-1並設置errno;code 模式 描述 r 打開一個已有的文本文件,容許讀取文件。 w 打開
相關文章
相關標籤/搜索