Changeset 573 for libcaca/trunk/cucul/cucul_internals.h
- Timestamp:
- Mar 9, 2006, 4:35:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/cucul_internals.h
r571 r573 27 27 typedef unsigned char uint8_t; 28 28 typedef unsigned short uint16_t; 29 typedef unsigned int uint32_t; 29 typedef unsigned long int uint32_t; 30 typedef long int intptr_t; 31 typedef long unsigned int uintptr_t; 30 32 #endif 31 33
Note: See TracChangeset
for help on using the changeset viewer.