X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdnoreturn.h;fp=includes%2Fstdnoreturn.h;h=8c1814328fc9b6c7a281004b7b9b28f0572f2095;hb=3044c7be997666943201e01b1a429833e826694f;hp=0000000000000000000000000000000000000000;hpb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;p=pdclib diff --git a/includes/stdnoreturn.h b/includes/stdnoreturn.h new file mode 100644 index 0000000..8c18143 --- /dev/null +++ b/includes/stdnoreturn.h @@ -0,0 +1,12 @@ +/* _Noreturn + + 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