Kaynağa Gözat

add stdnoreturn.h (C11)

features.h contains the fallback logic for pre-C11 compilers
Rich Felker 12 yıl önce
ebeveyn
işleme
f0f17b5b70
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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