ADT
arm-eh
ast-experimental
cleanup-dtors
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since 6a9d4b4 was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 7 years ago |
Moved up many directories in source
|
-
Property mode
set to
100644
|
File size:
562 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.* int8_t;
|
---|
12 | typedef.* int16_t;
|
---|
13 | typedef.* int32_t;
|
---|
14 | typedef.* int64_t;
|
---|
15 | typedef.* uint8_t;
|
---|
16 | typedef.* uint16_t;
|
---|
17 | typedef.* uint32_t;
|
---|
18 | typedef.* uint64_t;
|
---|
19 | typedef.* char16_t;
|
---|
20 | typedef.* char32_t;
|
---|
21 | typedef.* wchar_t;
|
---|
22 | extern.*\*malloc\(.*\).*
|
---|
23 | extern.* free\(.*\).*
|
---|
24 | extern.* exit\(.*\).*
|
---|
25 | extern.* atexit\(.*\).*
|
---|
26 | extern.* abort\(.*\).*
|
---|
27 | extern.* printf\(.*\).*
|
---|
Note:
See
TracBrowser
for help on using the repository browser.