linux C函数之stat函数

linuxC函数之stat函数linux 1.函数功能:socket 经过文件名filename获取文件信息,并保存在buf所指的结构体stat中函数 2.函数原型ui 1)函数头文件spa #include <sys/stat.h> #include <unistd.h> 2)函数指针 int stat(const char *file_name, struct stat *buf ) 3)返回
相关文章
相关标签/搜索