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