摘要: 一、原型 #include int open(const char *path, int oflag, mode_t mode);int openat(int fd, const char *path, int oflag, mode_t mode ); ... 阅读全文
posted @ 2018-10-28 16:25 leon11241124 阅读(179) 评论(0) 推荐(0)