shithub: npe

ref: de199b06f13d2bbde2b4c95cc6de98a8ca483a08
dir: /libnpe/fts_set.c/

View raw version
#include <fts.h>

int
fts_set(FTS *f, FTSENT *fe, int instr)
{
	/* FIXME */
	USED(f, fe, instr);

	return -1;
}