source: libcfa/prelude/extras.regx @ 679363c

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 679363c was 2cb85774, checked in by Peter A. Buhr <pabuhr@…>, 5 years ago

add typedefs uint_least16_t and uint_least32_t to extras.cf to deal with glibc changes

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