Changeset 2223 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- Oct 23, 2002, 11:08:47 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/config.h
r2126 r2223 18 18 #include <stdint.h> 19 19 #define int_4 int4_t 20 #define uint_4 uint4_t 20 21 #define int_8 int8_t 21 22 #define uint_8 uint8_t … … 23 24 #if SIZEOF_SHORT == 4 24 25 #define int_4 short int 26 #define uint_4 unsigned short int 25 27 #elif SIZEOF_INT == 4 26 28 #define int_4 int 29 #define uint_4 unsigned int 27 30 #else 28 31 #define int_4 long 32 #define uint_4 unsigned long 29 33 #endif 30 34
Note:
See TracChangeset
for help on using the changeset viewer.