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