added 8 bit unsigned integer type

This commit is contained in:
Jeff Hill
2001-05-31 20:17:55 +00:00
parent b1ca3061a1
commit e73613a699
+1
View File
@@ -98,6 +98,7 @@
*
* (so far this works on all archs we have ported to)
*/
typedef unsigned char ca_uint8_t;
typedef unsigned short ca_uint16_t;
typedef unsigned int ca_uint32_t;
typedef float ca_float32_t;