Last change
on this file since 3e91c6f9 was dcf8054, checked in by Peter A. Buhr <pabuhr@…>, 8 months ago |
add ssize_t to extras
|
-
Property mode
set to
100644
|
File size:
559 bytes
|
Rev | Line | |
---|
[6e4b913] | 1 | typedef.* size_t;
|
---|
[dcf8054] | 2 | typedef.* __ssize_t;
|
---|
| 3 | typedef.* ssize_t;
|
---|
[6e4b913] | 4 | typedef.* ptrdiff_t;
|
---|
[34737de] | 5 | typedef.* intptr_t;
|
---|
| 6 | typedef.* uintptr_t;
|
---|
[ab54968b] | 7 | typedef.* __int8_t;
|
---|
| 8 | typedef.* __int16_t;
|
---|
| 9 | typedef.* __int32_t;
|
---|
| 10 | typedef.* __int64_t;
|
---|
| 11 | typedef.* __uint8_t;
|
---|
| 12 | typedef.* __uint16_t;
|
---|
| 13 | typedef.* __uint32_t;
|
---|
| 14 | typedef.* __uint64_t;
|
---|
[201aeb9] | 15 | typedef.* int8_t;
|
---|
| 16 | typedef.* int16_t;
|
---|
| 17 | typedef.* int32_t;
|
---|
| 18 | typedef.* int64_t;
|
---|
| 19 | typedef.* uint8_t;
|
---|
| 20 | typedef.* uint16_t;
|
---|
| 21 | typedef.* uint32_t;
|
---|
| 22 | typedef.* uint64_t;
|
---|
[2cb85774] | 23 | typedef.* __uint_least16_t;
|
---|
| 24 | typedef.* __uint_least32_t;
|
---|
[7aa257ae] | 25 | typedef.* char16_t;
|
---|
| 26 | typedef.* char32_t;
|
---|
| 27 | typedef.* wchar_t;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.