摘要: 一、名称 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... 阅读全文
posted @ 2013-05-09 18:02 cainiaozhang 阅读(1670) 评论(0) 推荐(0) 编辑