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