shithub: npe

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

View raw version
#include <fts.h>

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

	return nil;
}