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