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