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