mirror of
https://github.com/frida/tinycc
synced 2024-12-19 03:42:33 +03: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 */
|