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