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