摘要: C语言fstat()函数:由文件描述词取得文件状态头文件:#include #include 定义函数:int fstat(int fildes, struct stat *buf);函数说明:fstat()用来将参数fildes 所指的文件状态, 复制到参数buf 所指的结构中(struct... 阅读全文
posted @ 2017-03-03 09:11 隔壁王叔叔a 阅读(3155) 评论(0) 推荐(0)