pollution: ftw extern int ftw(const char *, int (*)(const char *, const struct stat *, int), int); pollution: ftw #define ftw(path,fn,depth) _xftw(_XFTWVER, (path), (fn), (depth))