source: libcfa/prelude/extras.regx @ 42655e8

ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 42655e8 was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Moved up many directories in source

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