guojiu

导航

2014年10月13日 #

文件和目录:stat fstat lstat函数

摘要: 文件和目录:stat fstat lstat函数#include int stat( const char *restrict pathname, struct stat *restrict buf );int fstat( int filedes, struct stat *buf );int l... 阅读全文

posted @ 2014-10-13 22:37 guojiu 阅读(187) 评论(0) 推荐(0) 编辑