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