6 lines
81 B
C
6 lines
81 B
C
#ifndef ACC_NORETURN_H
|
|
#define ACC_NORETURN_H
|
|
|
|
#define noreturn _Noreturn
|
|
|
|
#endif |