commit 8377cc7a4b9c49f8bad0afded9ab82c25d76d514 from: Russ Cox date: Wed Jul 14 18:15:55 2010 UTC u.h: add int8, uint8 R=rsc http://codereview.appspot.com/1791044 commit - f92863adf47cd8426d3c2f62b386f532b5688ca1 commit + 8377cc7a4b9c49f8bad0afded9ab82c25d76d514 blob - 0e56f98b677a5ec45c02961f1efd774b8e98b6f2 blob + 58b29ca8ee6b92b5442189656bd2ba3d0132a972 --- include/u.h +++ 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