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