ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since 18e683b was 34737de, checked in by Peter A. Buhr <pabuhr@…>, 7 years ago |
add intptr_t and uintptr_t to extras
|
-
Property mode
set to
100644
|
File size:
603 bytes
|
Rev | Line | |
---|
[6e4b913] | 1 | typedef.* size_t;
|
---|
| 2 | typedef.* ptrdiff_t;
|
---|
[34737de] | 3 | typedef.* intptr_t;
|
---|
| 4 | typedef.* uintptr_t;
|
---|
[ab54968b] | 5 | typedef.* __int8_t;
|
---|
| 6 | typedef.* __int16_t;
|
---|
| 7 | typedef.* __int32_t;
|
---|
| 8 | typedef.* __int64_t;
|
---|
| 9 | typedef.* __uint8_t;
|
---|
| 10 | typedef.* __uint16_t;
|
---|
| 11 | typedef.* __uint32_t;
|
---|
| 12 | typedef.* __uint64_t;
|
---|
[201aeb9] | 13 | typedef.* int8_t;
|
---|
| 14 | typedef.* int16_t;
|
---|
| 15 | typedef.* int32_t;
|
---|
| 16 | typedef.* int64_t;
|
---|
| 17 | typedef.* uint8_t;
|
---|
| 18 | typedef.* uint16_t;
|
---|
| 19 | typedef.* uint32_t;
|
---|
| 20 | typedef.* uint64_t;
|
---|
[7aa257ae] | 21 | typedef.* char16_t;
|
---|
| 22 | typedef.* char32_t;
|
---|
| 23 | typedef.* wchar_t;
|
---|
[6e4b913] | 24 | extern.*\*malloc\(.*\).*
|
---|
[7aa257ae] | 25 | extern.* free\(.*\).*
|
---|
| 26 | extern.* exit\(.*\).*
|
---|
| 27 | extern.* atexit\(.*\).*
|
---|
| 28 | extern.* abort\(.*\).*
|
---|
[6e4b913] | 29 | extern.* printf\(.*\).*
|
---|
Note:
See
TracBrowser
for help on using the repository browser.