mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Add noreturn macro (#118)
This commit is contained in:
parent
7ffeb29bfc
commit
6388ef21f8
1 changed files with 10 additions and 0 deletions
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
|
Loading…
Add table
Reference in a new issue