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