Sign in
mojo
/
mojo-testing
/
7d579155cc597aa3befcbfad66eef54bda06b57c
/
.
/
fusl
/
include
/
stdnoreturn.h
blob: 5c6aeeb008cd8150dda6bd2421b85627ee6014dd [
file
]
#ifndef
_STDNORETURN_H
#define
_STDNORETURN_H
#ifndef
__cplusplus
#include
<features.h>
#define
noreturn
_Noreturn
#endif
#endif