aboutsummaryrefslogtreecommitdiff
path: root/conform/data/stddef.h-data
blob: c7a80a83d713ff8747f3141c8129e339cd62638e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
macro-constant NULL == 0

macro offsetof

type ptrdiff_t
type wchar_t
type size_t

#if defined ISO11 || defined ISO23
type max_align_t
#endif

#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23
allow *_t
#endif