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