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