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