shithub: npe

ref: 2d138bd7fae5a7e39397093fb1a4b2f6274acc0a
dir: /libnpe/fts_read.c/

View raw version
#include <fts.h>

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

	return nil;
}