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