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