7 lines
84 B
C
7 lines
84 B
C
#ifndef _STDNORETURN_H
|
|
#define _STDNORETURN_H 1
|
|
|
|
#define noreturn _Noreturn
|
|
|
|
#endif
|