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