Research V4 development
[unix-history] / sys / text.h
CommitLineData
506a359f
KT
1struct text
2{
3 int x_daddr;
4 int x_caddr;
5 int x_size;
6 int *x_iptr;
7 char x_count;
8 char x_ccount;
9} text[NTEXT];