source: libcfa/prelude/extras.regx @ 8a25be9

ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 8a25be9 was 34737de, checked in by Peter A. Buhr <pabuhr@…>, 5 years ago

add intptr_t and uintptr_t to extras

  • Property mode set to 100644
File size: 603 bytes
Line 
1typedef.* size_t;
2typedef.* ptrdiff_t;
3typedef.* intptr_t;
4typedef.* uintptr_t;
5typedef.* __int8_t;
6typedef.* __int16_t;
7typedef.* __int32_t;
8typedef.* __int64_t;
9typedef.* __uint8_t;
10typedef.* __uint16_t;
11typedef.* __uint32_t;
12typedef.* __uint64_t;
13typedef.* int8_t;
14typedef.* int16_t;
15typedef.* int32_t;
16typedef.* int64_t;
17typedef.* uint8_t;
18typedef.* uint16_t;
19typedef.* uint32_t;
20typedef.* uint64_t;
21typedef.* char16_t;
22typedef.* char32_t;
23typedef.* wchar_t;
24extern.*\*malloc\(.*\).*
25extern.* free\(.*\).*
26extern.* exit\(.*\).*
27extern.* atexit\(.*\).*
28extern.* abort\(.*\).*
29extern.* printf\(.*\).*
Note: See TracBrowser for help on using the repository browser.