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