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