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