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