ref: c653369e862d2b2235133cfcb0391bc4809ce4b1 dir: /libnpe/fts_set.c/
#include <fts.h> int fts_set(FTS *f, FTSENT *fe, int instr) { /* FIXME */ USED(f, fe, instr); return -1; }