原创 第三章 文件I/O

函數open和openat 打開或新建一個文件   #include <fcntl.h>   int open(const char *path,int oflag...../*mode_t mode*/);   int op