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