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