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