- Timestamp:
- 2006-03-14T12:14:43Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ba1db5
- Parents:
- df50cf6
- File:
-
- 1 edited
-
libc/arch/ia32/include/types.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/ia32/include/types.h
rdf50cf6 r4e2cf8b 34 34 typedef signed int ssize_t; 35 35 36 typedef char int8_t; 37 typedef short int int16_t; 38 typedef int int32_t; 39 typedef long long int int64_t; 40 41 typedef unsigned char uint8_t; 42 typedef unsigned short int uint16_t; 43 typedef unsigned int uint32_t; 44 typedef unsigned long long int uint64_t; 45 36 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
