mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-04 06:30:10 +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 */
|