From e41eb5691417ecacade402759231f64778e3147f Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Wed, 10 Jun 2020 14:49:45 -0700 Subject: checkin: massive restructuring of dvtm --- include/u.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/u.h b/include/u.h index f481cf0..617e41b 100644 --- a/include/u.h +++ b/include/u.h @@ -15,19 +15,24 @@ typedef char byte; typedef unsigned char ubyte, uchar; -typedef signed char sbyte, schar; +typedef signed char sbyte, schar; typedef unsigned short ushort; typedef signed short sshort; +typedef unsigned int uint; +typedef signed int sint; + +typedef unsigned long ulong; +typedef signed long slong; + typedef unsigned long ulong; -typedef signed long slong; +typedef signed long slong; typedef long long vlong; typedef unsigned long long uvlong; typedef signed long long svlong; -typedef unsigned int uint; typedef uint8_t uint8; typedef uint16_t uint16; typedef uint32_t uint32; -- cgit v1.2.1