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