mirror of
https://github.com/mintsuki/freestanding-headers
synced 2024-11-22 04:21:20 +03:00
11 lines
135 B
C
11 lines
135 B
C
#ifndef __FSTD_HDRS_STDNORETURN_H
|
|
#define __FSTD_HDRS_STDNORETURN_H 1
|
|
|
|
#ifndef __cplusplus
|
|
|
|
#define noreturn _Noreturn
|
|
|
|
#endif
|
|
|
|
#endif
|