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