shithub: npe

ref: 96089afd35646c653b1997b48cc4cf7bd5fa2e1a
dir: /libnpe/fts_read.c/

View raw version
#include <fts.h>

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

	return nil;
}