C 語言筆記
  • Introduction
  • GCC 編譯器
  • 使用Visual Studio
  • Header Files
    • stat.h
  • 型別
    • 指標
    • 字串
  • 建立 Library
  • Linux kernel
  • Stack pointer、Frame pointer
  • 相關推薦資料
Powered by GitBook
On this page
  • 用途:
  • 位置 :
  • 相關用法:

Was this helpful?

  1. Header Files

stat.h

PreviousHeader FilesNext型別

Last updated 5 years ago

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