Linux 基礎IO

    一:open(打開文件),open原型   int open(const char* path, int oflag) path 打開或創建文件的名字,oflag 說明函數的多個選項        命令:vim 1.c                     #include<stdio.h>                     #include <fcntl.h>          
相關文章
相關標籤/搜索