shithub: npe

ref: 36992df80a3a9a05e18b00c4570e043da4352637
dir: /libnpe/fts_children.c/

View raw version
#include <fts.h>

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

	return 0;
}