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