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