ORCA-C/ORCACDefs/stdnoreturn.h

13 lines
260 B
C
Raw Permalink Normal View History

2020-01-19 18:44:20 +00:00
/****************************************************************
*
* stdnoreturn.h - macro for _Noreturn
*
****************************************************************/
#ifndef __stdnoreturn__
#define __stdnoreturn__
#define noreturn _Noreturn
#endif