tu.h: add int8, uint8 - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 8377cc7a4b9c49f8bad0afded9ab82c25d76d514
DIR parent f92863adf47cd8426d3c2f62b386f532b5688ca1
HTML Author: Russ Cox <rsc@swtch.com>
Date: Wed, 14 Jul 2010 11:15:55 -0700
u.h: add int8, uint8
R=rsc
http://codereview.appspot.com/1791044
Diffstat:
M include/u.h | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/include/u.h b/include/u.h
t@@ -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