Ver Fonte

add stdnoreturn.h (C11)

features.h contains the fallback logic for pre-C11 compilers
Rich Felker há 12 anos atrás
pai
commit
f0f17b5b70
1 ficheiros alterados com 5 adições e 0 exclusões
  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