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