c语言open方式文件打开和创建,linux系统
open函数打开需要的头文件:
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
open使用原型:
int open( const char * pathname, int flags);
int open( const char * pathname,int flags, mode...
原创
2019-03-01 11:50:54 ·
17763 阅读 ·
0 评论