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