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