u.h: add int8, uint8

R=rsc
http://codereview.appspot.com/1791044
This commit is contained in:
Russ Cox 2010-07-14 11:15:55 -07:00
parent f92863adf4
commit 8377cc7a4b

View file

@ -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