shithub: npe

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

View raw version
#include <fts.h>

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

	return nil;
}