mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-08-15 07:27:27 +00:00
Add <stdnoreturn.h> header.
This commit is contained in:
12
ORCACDefs/stdnoreturn.h
Normal file
12
ORCACDefs/stdnoreturn.h
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
/****************************************************************
|
||||||
|
*
|
||||||
|
* stdnoreturn.h - macro for _Noreturn
|
||||||
|
*
|
||||||
|
****************************************************************/
|
||||||
|
|
||||||
|
#ifndef __stdnoreturn__
|
||||||
|
#define __stdnoreturn__
|
||||||
|
|
||||||
|
#define noreturn _Noreturn
|
||||||
|
|
||||||
|
#endif
|
Reference in New Issue
Block a user