Skip to content

Commit 6388ef2

Browse files
authored
Add noreturn macro (#118)
1 parent 7ffeb29 commit 6388ef2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libc/isystem/stdnoreturn.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#ifndef LIBC_ISYSTEM_STDNORETURN_H_
2+
#define LIBC_ISYSTEM_STDNORETURN_H_
3+
4+
COSMOPOLITAN_C_START_
5+
6+
#define noreturn wontreturn
7+
8+
COSMOPOLITAN_C_END_
9+
10+
#endif

0 commit comments

Comments
 (0)