shithub: npe

ref: 6b2baeae7807e8c45df4aacdc36d3b6434d87c98
dir: /libnpe/fts_read.c/

View raw version
#include <fts.h>

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

	return nil;
}