source: src/prelude/extras.regx @ ac74057

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 ac74057 was 7aa257ae, checked in by Peter A. Buhr <pabuhr@…>, 7 years ago

add typedefs for char16_t, char32_t, and wchar_t to extras.cf

  • Property mode set to 100644
File size: 238 bytes
RevLine 
[6e4b913]1typedef.* size_t;
2typedef.* ptrdiff_t;
[7aa257ae]3typedef.* char16_t;
4typedef.* char32_t;
5typedef.* wchar_t;
[6e4b913]6extern.*\*malloc\(.*\).*
[7aa257ae]7extern.* free\(.*\).*
8extern.* exit\(.*\).*
9extern.* atexit\(.*\).*
10extern.* abort\(.*\).*
[6e4b913]11extern.* printf\(.*\).*
Note: See TracBrowser for help on using the repository browser.