aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdclib/include/stdnoreturn.h
blob: 8c1814328fc9b6c7a281004b7b9b28f0572f2095 (plain)
1
2
3
4
5
6
7
8
9
10
11
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