Browse Source

add stdnoreturn.h (C11)

features.h contains the fallback logic for pre-C11 compilers
Rich Felker 12 năm trước cách đây
mục cha
commit
f0f17b5b70
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      include/stdnoreturn.h

+ 5 - 0
include/stdnoreturn.h

@@ -0,0 +1,5 @@
+#ifndef _STDNORETURN_H
+#define _STDNORETURN_H
+#include <features.h>
+#define noreturn _Noreturn
+#endif