摘要: 原型: #include <unistd.h> #include <fcntl.h> int fcntl(int fd, int cmd, ... /* arg */ ); 功能: 改变已经打开文件的性质 常见使用方式: int fcntl(int fd, int cmd); int fcntl(i 阅读全文
posted @ 2020-10-10 05:52 一匹夫 阅读(147) 评论(0) 推荐(0) 编辑