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