nftw (3) Linux Manual Page
ftw, nftw – file tree walk Synopsis #include <ftw.h> int nftw(const char *dirpath, int (*fn)(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf), int nopenfd, int flags); #include <ftw.h> int ftw(const char *dirpath, int (*fn)(const char *fpath, const struct stat *sb, int typeflag), int nopenfd); Feature Test Macro Requirements for glibc (see…
