ref: 95b60462d104de5f64bdf5cfba9a1ffab6e77e73 dir: /libnpe/fts_close.c/
#include <fts.h> int fts_close(FTS *f) { /* FIXME */ USED(f); return 0; }