摘要:
#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
阅读(205)
评论(0)
推荐(0)
浙公网安备 33010602011771号