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