#ifndef _STDNORETURN_H #define _STDNORETURN_H #ifdef __ICCARM__ /* for iar */ #include_next #else #ifndef __cplusplus #include #define noreturn _Noreturn #endif #endif /* __ICCARM__ */ #endif