ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since b408364 was
34737de,
checked in by Peter A. Buhr <pabuhr@…>, 6 years ago
|
add intptr_t and uintptr_t to extras
|
-
Property mode set to
100644
|
File size:
603 bytes
|
Line | |
---|
1 | typedef.* size_t; |
---|
2 | typedef.* ptrdiff_t; |
---|
3 | typedef.* intptr_t; |
---|
4 | typedef.* uintptr_t; |
---|
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; |
---|
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; |
---|
21 | typedef.* char16_t; |
---|
22 | typedef.* char32_t; |
---|
23 | typedef.* wchar_t; |
---|
24 | extern.*\*malloc\(.*\).* |
---|
25 | extern.* free\(.*\).* |
---|
26 | extern.* exit\(.*\).* |
---|
27 | extern.* atexit\(.*\).* |
---|
28 | extern.* abort\(.*\).* |
---|
29 | extern.* printf\(.*\).* |
---|
Note: See
TracBrowser
for help on using the repository browser.