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