摘要: 1. stat,fstat,fstatat,lstat函数 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *pathname, struct stat *statbuf); i 阅读全文
posted @ 2020-07-08 21:46 Cha2a_zzZ 阅读(260) 评论(0) 推荐(0)