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