摘要: Linux中设备的访问也以一切皆文件的思想存在,所以文件I/O是最常用的接口。 头文件 #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> open函数 int open(const char *pathname, int 阅读全文
posted @ 2020-07-01 10:47 嵌入式George 阅读(138) 评论(0) 推荐(0)