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