]> pd.if.org Git - pdclib/blobdiff - includes/stdnoreturn.h
Added no-brainer headers.
[pdclib] / includes / stdnoreturn.h
diff --git a/includes/stdnoreturn.h b/includes/stdnoreturn.h
new file mode 100644 (file)
index 0000000..8c18143
--- /dev/null
@@ -0,0 +1,12 @@
+/* _Noreturn <stdnoreturn.h>
+
+   This file is part of the Public Domain C Library (PDCLib).
+   Permission is granted to use, modify, and / or redistribute at will.
+*/
+
+#ifndef _PDCLIB_STDNORETURN_H
+#define _PDCLIB_STDNORETURN_H _PDCLIB_STDNORETURN_H
+
+#define noreturn _Noreturn
+
+#endif