1macro assert 2 3#ifdef ISO11 4macro static_assert 5#endif 6 7#if !defined ISO && !defined ISO99 && !defined ISO11 8allow *_t 9#endif 10