| plan 9 kernel history: overview | file list | diff list |
1992/0321/port/print.c (diff list | history)
| 1991/1115/sys/src/9/port/print.c:1,5 – 1992/0321/sys/src/9/port/print.c:1,5 (short | long | prev | next) | ||
|
Move lib.h to port.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1990/0227 | #include "u.h" | |
| 1992/0321 | #include "../port/lib.h" | |
| 1990/0227 | #define PTR sizeof(char*) #define SHORT sizeof(int) | |