shithub: npe

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

View raw version
#include <fts.h>

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

	return 0;
}