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