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