]> git.ipfire.org Git - thirdparty/glibc.git/blob - conform/data/stddef.h-data
regex: fix storage-exhaustion error
[thirdparty/glibc.git] / conform / data / stddef.h-data
1 macro-constant NULL == 0
2
3 macro offsetof
4
5 type ptrdiff_t
6 type wchar_t
7 type size_t
8
9 #if defined ISO11
10 type max_align_t
11 #endif
12
13 #if !defined ISO && !defined ISO99 && !defined ISO11
14 allow *_t
15 #endif