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