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