This commit is contained in:
Russ Cox
2006-01-17 13:55:02 +00:00
parent f60d3735c6
commit 5572ebf9ed
8 changed files with 16 additions and 152 deletions

View File

@ -8,7 +8,10 @@
#include <assert.h>
#include <unistd.h>
#include <stdarg.h>
#include <inttypes.h>
#include <ctype.h>
#include <errno.h>
typedef long long p9_vlong;
typedef unsigned long long p9_uvlong;
typedef uintptr_t uintptr;