add stdnoreturn.h (C11)
features.h contains the fallback logic for pre-C11 compilers
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#ifndef _STDNORETURN_H
|
||||
#define _STDNORETURN_H
|
||||
#include <features.h>
|
||||
#define noreturn _Noreturn
|
||||
#endif
|
||||
Reference in New Issue
Block a user