2 ** Copyright 2003, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
8 typedef unsigned long long uint64
;
9 typedef long long int64
;
10 typedef unsigned int uint32
;
12 typedef unsigned short uint16
;
14 typedef unsigned char uint8
;