stdnoreturn.h 129 B

1234567
  1. #ifndef _STDNORETURN_H
  2. #define _STDNORETURN_H
  3. #ifndef __cplusplus
  4. #include <features.h>
  5. #define noreturn _Noreturn
  6. #endif
  7. #endif