05 2014 档案
摘要:1. fopen函数1 #include 2 FILE *fopen(const char *path, const char *mode) 返回:文件顺利打开后,指向该流的文件就会被返回。如何文件打开失败则返回NULL,并把错误代码存在 errno 中。参数说明: mode: 1)r 以只读方式...
阅读全文
摘要:1 /* 2 ============================================================================ 3 Name : test.c 4 Author : blank 5 Version : ...
阅读全文
摘要:1 /* 2 ============================================================================ 3 Name : test.c 4 Author : blank 5 Version : ...
阅读全文
摘要:1 //http://blog.chinaunix.net/uid-24549279-id-71355.html 2 /* 3 ============================================================================ 4 Name...
阅读全文