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