ciabatta/inc/stdnoreturn.h

7 lines
76 B
C

#pragma once
#if !defined(noreturn)
#define noreturn _Noreturn
#endif