Add noreturn macro (#118)
This commit is contained in:
10
libc/isystem/stdnoreturn.h
Normal file
10
libc/isystem/stdnoreturn.h
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#ifndef LIBC_ISYSTEM_STDNORETURN_H_
|
||||||
|
#define LIBC_ISYSTEM_STDNORETURN_H_
|
||||||
|
|
||||||
|
COSMOPOLITAN_C_START_
|
||||||
|
|
||||||
|
#define noreturn wontreturn
|
||||||
|
|
||||||
|
COSMOPOLITAN_C_END_
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user