摘要: (一)open系统的调用 为了创建一个新的文件描述,需要使用系统调用open #include<fcntl.h> #include<sys/types.h> #include<sys/stat.h> int open(const char* path,int oflags); int open(co 阅读全文
posted @ 2020-04-28 09:11 m晴朗 阅读(197) 评论(0) 推荐(0)