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