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