ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
Last change
on this file since bb0f974 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
|
Rev | Line | |
---|
[6e4b913] | 1 | typedef.* size_t;
|
---|
| 2 | typedef.* ptrdiff_t;
|
---|
[ab54968b] | 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;
|
---|
[201aeb9] | 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;
|
---|
[7aa257ae] | 19 | typedef.* char16_t;
|
---|
| 20 | typedef.* char32_t;
|
---|
| 21 | typedef.* wchar_t;
|
---|
[6e4b913] | 22 | extern.*\*malloc\(.*\).*
|
---|
[7aa257ae] | 23 | extern.* free\(.*\).*
|
---|
| 24 | extern.* exit\(.*\).*
|
---|
| 25 | extern.* atexit\(.*\).*
|
---|
| 26 | extern.* abort\(.*\).*
|
---|
[6e4b913] | 27 | extern.* printf\(.*\).*
|
---|
Note:
See
TracBrowser
for help on using the repository browser.