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