|
|
1.1 root 1: typedef unsigned short ushort;
2: typedef unsigned char uchar;
3: typedef signed char schar;
4: typedef unsigned long ulong;
5: typedef long vlong;
6: typedef union Length Length;
7: typedef ushort Rune;
8:
9: union Length
10: {
11: char clength[8];
12: vlong vlength;
13: struct{
14: long hlength;
15: long length;
16: };
17: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.