blob: c97f4545944e7a12c5dabf9e44ef472f411036b1 [file]
#include "substdio.h"
void substdio_fdbuf(substdio *s,substdio_fn op,int fd,char *buf,int len)
{
s->x = buf;
s->fd = fd;
s->op = op;
s->p = 0;
s->n = len;
}