acc/include/noreturn.h
2023-02-07 10:32:03 +08:00

6 lines
81 B
C

#ifndef ACC_NORETURN_H
#define ACC_NORETURN_H
#define noreturn _Noreturn
#endif