zread
static int zread(void *, char *, int);
return (funopen(zs, zread, NULL, NULL, zclose));
return funopen(zs, zread, NULL, NULL, zclose);