Changeset f2b8cdc in mainline for uspace/lib/libc/arch/arm32/include/types.h
- Timestamp:
- 2009-04-04T22:04:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- b27eb71
- Parents:
- 4527fb5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/arm32/include/types.h
r4527fb5 rf2b8cdc 49 49 typedef unsigned long long int uint64_t; 50 50 51 typedef int32_t ssize_t; 52 typedef uint32_t size_t; 53 typedef uint32_t count_t; 54 typedef uint32_t index_t; 55 51 56 typedef uint32_t uintptr_t; 52 57
Note:
See TracChangeset
for help on using the changeset viewer.