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