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