6 lines
67 B
C
6 lines
67 B
C
|
struct buf {
|
||
|
int flags;
|
||
|
uchar data[512];
|
||
|
};
|
||
|
#define B_BUSY 0x1
|