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