shithub: npe

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

View raw version
#include <fts.h>

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

	return nil;
}