Linux 基础IO

    一:open(打开文件),open原型   int open(const char* path, int oflag) path 打开或创建文件的名字,oflag 说明函数的多个选项        命令:vim 1.c                     #include<stdio.h>                     #include <fcntl.h>          
相关文章
相关标签/搜索