ftw
#define ftw(path, fn, depth) _xftw(_XFTWVER, (path), (fn), (depth))
#undef ftw
#define ftw ftw64
ftw(const char *path, int (*fn)(), int depth)