June 01, 2005
Moving to 64-Bits
Listing 3
typedef struct {
unsigned short bom;
unsigned short cnt;
union {
unsigned long bytes;
unsigned short len[2];
} size;
} _ucheader_t;
|
|
||||||||||||||||||||||||||||
|
|