摘要: statfs 查询文件系统相关的信息。 code: #include <sys/statfs.h> #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { struct statfs sfs; if (arg 阅读全文
posted @ 2020-01-09 17:10 嵌入式实操 阅读(155) 评论(0) 推荐(0) 编辑