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