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