source: libcfa/prelude/extras.regx @ 62b5940

Last change on this file since 62b5940 was dcf8054, checked in by Peter A. Buhr <pabuhr@…>, 2 months ago

add ssize_t to extras

  • Property mode set to 100644
File size: 559 bytes
Line 
1typedef.* size_t;
2typedef.* __ssize_t;
3typedef.* ssize_t;
4typedef.* ptrdiff_t;
5typedef.* intptr_t;
6typedef.* uintptr_t;
7typedef.* __int8_t;
8typedef.* __int16_t;
9typedef.* __int32_t;
10typedef.* __int64_t;
11typedef.* __uint8_t;
12typedef.* __uint16_t;
13typedef.* __uint32_t;
14typedef.* __uint64_t;
15typedef.* int8_t;
16typedef.* int16_t;
17typedef.* int32_t;
18typedef.* int64_t;
19typedef.* uint8_t;
20typedef.* uint16_t;
21typedef.* uint32_t;
22typedef.* uint64_t;
23typedef.* __uint_least16_t;
24typedef.* __uint_least32_t;
25typedef.* char16_t;
26typedef.* char32_t;
27typedef.* wchar_t;
Note: See TracBrowser for help on using the repository browser.