shithub: npe

ref: c653369e862d2b2235133cfcb0391bc4809ce4b1
dir: /libnpe/fts_children.c/

View raw version
#include <fts.h>

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

	return 0;
}