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 ecd4923 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
|
Rev | Line | |
---|
[6e4b913] | 1 | typedef.* size_t; |
---|
| 2 | typedef.* ptrdiff_t; |
---|
[201aeb9] | 3 | typedef.* int8_t; |
---|
| 4 | typedef.* int16_t; |
---|
| 5 | typedef.* int32_t; |
---|
| 6 | typedef.* int64_t; |
---|
| 7 | typedef.* uint8_t; |
---|
| 8 | typedef.* uint16_t; |
---|
| 9 | typedef.* uint32_t; |
---|
| 10 | typedef.* uint64_t; |
---|
[7aa257ae] | 11 | typedef.* char16_t; |
---|
| 12 | typedef.* char32_t; |
---|
| 13 | typedef.* wchar_t; |
---|
[6e4b913] | 14 | extern.*\*malloc\(.*\).* |
---|
[7aa257ae] | 15 | extern.* free\(.*\).* |
---|
| 16 | extern.* exit\(.*\).* |
---|
| 17 | extern.* atexit\(.*\).* |
---|
| 18 | extern.* abort\(.*\).* |
---|
[6e4b913] | 19 | extern.* printf\(.*\).* |
---|
Note: See
TracBrowser
for help on using the repository browser.