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