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