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