Changeset 859 for libcaca/trunk/common.h
- Timestamp:
- Apr 24, 2006, 10:35:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/common.h
r858 r859 22 22 typedef signed short int16_t; 23 23 typedef signed long int int32_t; 24 24 25 typedef unsigned char uint8_t; 25 26 typedef unsigned short uint16_t; 26 27 typedef unsigned long int uint32_t; 28 29 typedef long int intptr_t; 30 typedef unsigned long int uintptr_t; 27 31 #endif 28 32
Note: See TracChangeset
for help on using the changeset viewer.