摘要:
一、名称 fts -- 遍历一个文件层次二、库 标准C库(libc, -lc)三、说明书 #include <sys/types.h> #include <sys/stat.h> #include <fts.h> FTS * fts_open(char * const*path_argv, int options, int (*compar)(const FTSENT **, const FTSENT **)); FTS *fts_open_b(char * const *path_argv, int options, in... 阅读全文