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