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