shithub: npe

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

View raw version
#include <fts.h>

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

	return nil;
}