shithub: npe

ref: 8acdd715b95e8db6822e3d865c93a07ef9a6c266
dir: /libnpe/fts_read.c/

View raw version
#include <fts.h>

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

	return nil;
}