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