mirror of https://github.com/flysand7/ciabatta.git
7 lines
76 B
C
7 lines
76 B
C
|
|
||
|
#pragma once
|
||
|
|
||
|
#if !defined(noreturn)
|
||
|
#define noreturn _Noreturn
|
||
|
#endif
|