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