ADT
ast-experimental
Last change
on this file since 997324c was fb64e86, checked in by Peter A. Buhr <pabuhr@…>, 6 years ago |
allow pattern for extra function declarations to span multiple lines
|
-
Property mode
set to
100644
|
File size:
519 bytes
|
Line | |
---|
1 | typedef.* size_t;
|
---|
2 | typedef.* ptrdiff_t;
|
---|
3 | typedef.* intptr_t;
|
---|
4 | typedef.* uintptr_t;
|
---|
5 | typedef.* __int8_t;
|
---|
6 | typedef.* __int16_t;
|
---|
7 | typedef.* __int32_t;
|
---|
8 | typedef.* __int64_t;
|
---|
9 | typedef.* __uint8_t;
|
---|
10 | typedef.* __uint16_t;
|
---|
11 | typedef.* __uint32_t;
|
---|
12 | typedef.* __uint64_t;
|
---|
13 | typedef.* int8_t;
|
---|
14 | typedef.* int16_t;
|
---|
15 | typedef.* int32_t;
|
---|
16 | typedef.* int64_t;
|
---|
17 | typedef.* uint8_t;
|
---|
18 | typedef.* uint16_t;
|
---|
19 | typedef.* uint32_t;
|
---|
20 | typedef.* uint64_t;
|
---|
21 | typedef.* __uint_least16_t;
|
---|
22 | typedef.* __uint_least32_t;
|
---|
23 | typedef.* char16_t;
|
---|
24 | typedef.* char32_t;
|
---|
25 | typedef.* wchar_t;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.