shithub: npe

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

View raw version
#include <fts.h>

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

	return 0;
}