freestnd-c-hdrs-0bsd/stdnoreturn.h

7 lines
84 B
C
Raw Normal View History

2022-03-02 20:18:08 +03:00
#ifndef _STDNORETURN_H
#define _STDNORETURN_H 1
2022-02-15 07:46:37 +03:00
#define noreturn _Noreturn
#endif