Sailor++

导航

 

2013年8月28日

摘要: #include int stat(const char *restrict pathname, struct stat *restrict buf); int fstat(int filedes, struct stat *buf); int lstat(const char *restrict pathname, struct stat *restrict buf); struct stat { mode_t st_mode; /* file type & mode (permissions) */ ino_t st_ino; /* i-node number (serial nu 阅读全文
posted @ 2013-08-28 14:12 SailorNet 阅读(194) 评论(0) 推荐(0) 编辑