shithub: npe

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

View raw version
#include <fts.h>

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

	return nil;
}