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