ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
demangler
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
Last change
on this file since 36982fc was 201aeb9, checked in by Peter A. Buhr <pabuhr@…>, 8 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 | |
---|
1 | typedef.* size_t;
|
---|
2 | typedef.* ptrdiff_t;
|
---|
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;
|
---|
11 | typedef.* char16_t;
|
---|
12 | typedef.* char32_t;
|
---|
13 | typedef.* wchar_t;
|
---|
14 | extern.*\*malloc\(.*\).*
|
---|
15 | extern.* free\(.*\).*
|
---|
16 | extern.* exit\(.*\).*
|
---|
17 | extern.* atexit\(.*\).*
|
---|
18 | extern.* abort\(.*\).*
|
---|
19 | extern.* printf\(.*\).*
|
---|
Note:
See
TracBrowser
for help on using the repository browser.