Files
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

7 lines
75 B
C

struct iobuf{
int fildes;
int nunused;
char *xfree;
char buff[512];
};