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