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