shithub: npe

ref: 96089afd35646c653b1997b48cc4cf7bd5fa2e1a
dir: /libnpe/fts_children.c/

View raw version
#include <fts.h>

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

	return 0;
}