摘要: stat, fstat, and lstat Functions本部分讨论的内容主要围绕3个stat函数及其返回值。#include int stat(const char *restrict pathname, struct stat *restrict buf); int fstat(in... 阅读全文
posted @ 2014-05-22 10:03 MagicLetters 阅读(157) 评论(0) 推荐(0) 编辑