freestnd-c-hdrs-0bsd/stdnoreturn.h

11 lines
135 B
C
Raw Normal View History

2023-04-16 08:24:29 +03:00
#ifndef __FSTD_HDRS_STDNORETURN_H
#define __FSTD_HDRS_STDNORETURN_H 1
2022-02-15 07:46:37 +03:00
#ifndef __cplusplus
2022-02-15 07:46:37 +03:00
#define noreturn _Noreturn
#endif
#endif