Minor cleanups in libio/iofdopen.c
[glibc.git] / conform / data / stddef.h-data
blob9ded4f1ca0f25794d3dd5a56c301b4eeffbc4a1a
1 macro-constant NULL == 0
3 macro offsetof
5 type ptrdiff_t
6 type wchar_t
7 type size_t
9 #if defined ISO11
10 type max_align_t
11 #endif
13 #if !defined ISO && !defined ISO99 && !defined ISO11
14 allow *_t
15 #endif