UNIX環境高級編程 文件I/O

      #include <fcntl.h> int open(const char *path, int oflag, /* mode_t mode */ ); int openat(int fd, const char *path, int oflag, /* mode_t mode */ ); //返回文件描述符 STDIN_FILENO //標準輸入 STDOUT_FILE
相關文章
相關標籤/搜索