BSD 3 development
[unix-history] / usr / src / cmd / sdb / bio.h
struct brbuf {
int nl, nr;
char *next;
char b[1024];
int fd;
};
long lseek();