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