Go to the documentation of this file.
10#ifndef __STDNORETURN_H
11#define __STDNORETURN_H
13#if defined(__MVS__) && __has_include_next(<stdnoreturn.h>)
14#include_next <stdnoreturn.h>
17#define noreturn _Noreturn
18#define __noreturn_is_defined 1
22#if (defined(__STDC_VERSION__) && __STDC_VERSION__ > 201710L) && \
23 !defined(_CLANG_DISABLE_CRT_DEPRECATION_WARNINGS)