struct stat結構體的詳解和用法

//! 須要包含de頭文件 #include <sys/types.h> #include <sys/stat.h> int stat(const char *filename, struct stat *buf); //! prototype,原型 struct stat { dev_t st_dev; /* ID of device containin
相關文章
相關標籤/搜索