小牛好好学习
2025-02-20
linux 高级I/O函数1、open用于打开或创建文件、设备文件等。
123456#include <fcntl.h>// 用于打开已存在的文件int open(const char *pathname, int flags)