shithub: npe

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

View raw version
#include <fts.h>

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

	return 0;
}