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