Unix文件I/O

Unix文件I/O 本節描述的函數經常被稱爲不帶緩衝的I/O. 1 #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 */); int creat(co
相關文章
相關標籤/搜索