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