mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-21 05:40:09 +08:00
8 lines
125 B
C
8 lines
125 B
C
|
#ifndef _STDNORETURN_H
|
||
|
#define _STDNORETURN_H
|
||
|
|
||
|
/* ISOC11 noreturn */
|
||
|
#define noreturn _Noreturn
|
||
|
|
||
|
#endif /* _STDNORETURN_H */
|