7 lines
88 B
C
7 lines
88 B
C
#ifndef __STDNORETURN_H__
|
|
#define __STDNORETURN_H__
|
|
|
|
#define noreturn _Noreturn
|
|
|
|
#endif
|