Sign in
hafnium
/
hafnium
/
prebuilts
/
200cc387b49d25d4ac35bfe3df15800b169251b2
/
.
/
linux-aarch64
/
musl
/
include
/
stdnoreturn.h
blob: 5c6aeeb008cd8150dda6bd2421b85627ee6014dd [
file
] [
log
] [
blame
]
#ifndef
_STDNORETURN_H
#define
_STDNORETURN_H
#ifndef
__cplusplus
#include
<features.h>
#define
noreturn
_Noreturn
#endif
#endif