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