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