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