shithub: npe

ref: e9af700c67b80a62075dac2faf0520715ba95aca
dir: /libnpe/fts_read.c/

View raw version
#include <fts.h>

FTSENT *
fts_read(FTS *f)
{
	/* FIXME */
	USED(f);

	return nil;
}