117.info
人生若只如初见

标签:c语言fopen

c语言fopen函数怎么使用

fopen函数是C标准库中用于打开文件的函数,其原型如下:
FILE *fopen(const char *filename, const char *mode); 其中,filename是要打开的文件名,mode是打...

阅读(164) c语言fopen