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