]> pd.if.org Git - pdclib/blob - includes/stdnoreturn.h
c425308cefb67319d05572a345c3866391122b51
[pdclib] / includes / stdnoreturn.h
1 /* _Noreturn <stdnoreturn.h>\r
2 \r
3    This file is part of the Public Domain C Library (PDCLib).\r
4    Permission is granted to use, modify, and / or redistribute at will.\r
5 */\r
6 \r
7 #ifndef _PDCLIB_STDNORETURN_H\r
8 #define _PDCLIB_STDNORETURN_H _PDCLIB_STDNORETURN_H\r
9 \r
10 #define noreturn _Noreturn\r
11 \r
12 #endif\r