|
|
1.1 root 1: typedef unsigned short Ushort;
2: typedef unsigned char Uchar;
3: typedef unsigned long Ulong;
4: typedef union
5: {
6: char clength[8];
7: #ifdef BIGEND
8: struct{
9: Ulong hlength;
10: Ulong length;
11: }l;
12: #else
13: struct{
14: Ulong length;
15: Ulong hlength;
16: }l;
17: #endif
18: }Length;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.