shithub: npe

ref: 7f653da168fc6f7aa478967a33c4e94f3916a5a3
dir: /libnpe/fts_children.c/

View raw version
#include <fts.h>

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

	return 0;
}