1macro-constant NULL == 0 2 3macro offsetof 4 5type ptrdiff_t 6type wchar_t 7type size_t 8 9#if defined ISO11 10type max_align_t 11#endif 12 13#if !defined ISO && !defined ISO99 && !defined ISO11 14allow *_t 15#endif 16