statfs函數

由於要讀取SD卡的大小和使用狀況,因此用到statfs這個函數,功能相似於df命令。函數 須要的頭文件:#include <sys/vfs.h>  優化 int statfs(const char *path, struct statfs *buf);spa struct statfs { long f_type; /* 文件系統類型 */ long f_bsize; /* 通過優化的傳輸塊大小
相關文章
相關標籤/搜索