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