11 lines
121 B
C
11 lines
121 B
C
#ifndef _ACC_STD_NORETURN_H
|
|
#define _ACC_STD_NORETURN_H
|
|
|
|
#ifndef __cplusplus
|
|
|
|
#define noreturn _Noreturn
|
|
|
|
#endif
|
|
|
|
#endif
|