From 8377cc7a4b9c49f8bad0afded9ab82c25d76d514 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 14 Jul 2010 11:15:55 -0700 Subject: u.h: add int8, uint8 R=rsc http://codereview.appspot.com/1791044 --- include/u.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/u.h') diff --git a/include/u.h b/include/u.h index 0e56f98b..58b29ca8 100644 --- a/include/u.h +++ b/include/u.h @@ -163,6 +163,8 @@ typedef u16int uint16; typedef s16int int16; typedef u64int uint64; typedef s64int int64; +typedef u8int uint8; +typedef s8int int8; #undef _NEEDUCHAR #undef _NEEDUSHORT -- cgit v1.2.3