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