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
相关文章
相关标签/搜索