Add noreturn macro (#118)

This commit is contained in:
dosisod 2021-03-13 20:46:12 -08:00 committed by GitHub
parent 7ffeb29bfc
commit 6388ef21f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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