shithub: npe

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

View raw version
#include <fts.h>

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

	return nil;
}