freestanding-headers/stdnoreturn.h

11 lines
135 B
C

#ifndef __FSTD_HDRS_STDNORETURN_H
#define __FSTD_HDRS_STDNORETURN_H 1
#ifndef __cplusplus
#define noreturn _Noreturn
#endif
#endif