shithub: npe

ref: 9b9baca20eb6f5b86c460b5e7c0d3733fd5c6983
dir: /libnpe/fts_children.c/

View raw version
#include <fts.h>

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

	return 0;
}