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