#include <sys/stat.h>
int stat(const char *path, struct stat *buf);
int lstat(const char *path, struct stat *buf);
int fstat(int fildes, struct stat *buf);
计算机讨论版 © 版权所有
提示:计算机讨论版致力于电脑信息的分享与传播,内容仅供参考,按此操作责任自负。