shithub: npe

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

View raw version
#include <fts.h>

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

	return nil;
}