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