| plan 9 kernel history: overview | file list | diff list |
1996/0608/pc/u.h (diff list | history)
| 1996/0608/sys/src/9/pc/u.h:1,10 – 1997/0327/sys/src/9/pc/u.h:1,10 (short | long | prev | next) | ||
|
Format edit.
Make vlong 64 bits.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1996/0217 | #define nil ((void*)0) | |
| 1991/0622 | typedef unsigned short ushort; typedef unsigned char uchar; | |
| 1997/0327 | typedef signed char schar; | |
| 1996/0608 | typedef unsigned int uint; | |
| 1991/0622 | typedef unsigned long ulong; | |
| 1996/0608 |
| |
| 1991/0622 |
| |
| 1997/0327 | typedef long long vlong; | |
| 1991/0622 | typedef union Length Length; | |
| 1991/1228 | typedef ushort Rune; | |
| 1991/0622 | ||