Rev 4263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4263 | Rev 4581 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | typedef unsigned long int uint32_t; |
48 | typedef unsigned long int uint32_t; |
49 | typedef unsigned long long int uint64_t; |
49 | typedef unsigned long long int uint64_t; |
50 | 50 | ||
51 | typedef int32_t ssize_t; |
51 | typedef int32_t ssize_t; |
52 | typedef uint32_t size_t; |
52 | typedef uint32_t size_t; |
53 | typedef uint32_t count_t; |
- | |
54 | typedef uint32_t index_t; |
- | |
55 | 53 | ||
56 | typedef uint32_t uintptr_t; |
54 | typedef uint32_t uintptr_t; |
57 | 55 | ||
58 | #endif |
56 | #endif |
59 | 57 |