fopen函数的type字段
标准库中打开文件函数的原型:
#include
FILE *fopen(const char *restrict pathname, const char *restrict type);
FIEL *freopen(const char *restrict pathname, const char *restrict type, FILE *restrict fp);
FILE *fd
原创
2013-08-10 13:44:38 ·
3084 阅读 ·
0 评论