|
|
Plan 9 NeXT
typedef unsigned short ushort;
typedef unsigned char uchar;
typedef signed char schar;
typedef unsigned long ulong;
typedef long vlong;
typedef union Length Length;
typedef ushort Rune;
union Length
{
char clength[8];
vlong vlength;
struct{
long hlength;
long length;
};
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.