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