| plan 9 kernel history: overview | file list | diff list |
1991/1228/pc/u.h (diff list | history)
| pc/u.h on 1991/0622 | ||
| 1991/0622 | typedef unsigned short ushort; typedef unsigned char uchar; typedef unsigned long ulong; typedef long vlong; typedef union Length Length; | |
| 1991/1228 | typedef ushort Rune; | |
| 1991/0622 | union Length { char clength[8]; vlong vlength; struct{ long hlength; long length; }; }; | |