shithub: npe

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

View raw version
#include <fts.h>

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

	return nil;
}