网站首页 站内搜索

搜索结果

查询Tags标签: FTW,共有 2条记录
  • unix - 文件I/O - 目录遍历

    示例代码 #include "apue.h" #include <dirent.h> #include <limits.h> #include <time.h>/* function type that is called for each filename */ typedef int Myfunc(const char *, const struct stat *, int);static Myfunc myfu…

    2021/10/5 23:11:49 人评论 次浏览
  • unix - 文件I/O - 目录遍历

    示例代码 #include "apue.h" #include <dirent.h> #include <limits.h> #include <time.h>/* function type that is called for each filename */ typedef int Myfunc(const char *, const struct stat *, int);static Myfunc myfu…

    2021/10/5 23:11:49 人评论 次浏览
扫一扫关注最新编程教程