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