stat.h
用途:
用來檢查檔案相關狀態與屬性
位置 :
Linux: sys/stat.h
Mac: /usr/include/sys
相關用法:

#include <sys/stat.h>
可參考:
http://pubs.opengroup.org/onlinepubs/7908799/xsh/sysstat.h.html
Last updated
Was this helpful?
用來檢查檔案相關狀態與屬性
Linux: sys/stat.h
Mac: /usr/include/sys
#include <sys/stat.h>
可參考:
http://pubs.opengroup.org/onlinepubs/7908799/xsh/sysstat.h.html
Last updated
Was this helpful?