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