source: src/prelude/extras.regx @ 201aeb9

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 201aeb9 was 201aeb9, checked in by Peter A. Buhr <pabuhr@…>, 7 years ago

first attempt at new basic-type int128, and length suffix with explicit size

  • Property mode set to 100644
File size: 392 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.* char16_t;
12typedef.* char32_t;
13typedef.* wchar_t;
14extern.*\*malloc\(.*\).*
15extern.* free\(.*\).*
16extern.* exit\(.*\).*
17extern.* atexit\(.*\).*
18extern.* abort\(.*\).*
19extern.* printf\(.*\).*
Note: See TracBrowser for help on using the repository browser.