摘要: #一、代码 #include <stdio.h> #include <stdlib.h> #include <utmp.h> #include <fcntl.h> #include <unistd.h> #include <time.h> #define SHOWOST void showinfo( 阅读全文
posted @ 2022-10-16 10:58 戴骏 阅读(8) 评论(0) 推荐(0)
摘要: #一、代码 #include <stdio.h> #include <sys/types.h> #include <dirent.h> #include <sys/stat.h> #include <pwd.h> #include <grp.h> #include <unistd.h> #inclu 阅读全文
posted @ 2022-10-16 10:27 戴骏 阅读(30) 评论(0) 推荐(0)