1
0
mirror of https://github.com/fluencelabs/musl synced 2025-05-31 16:41:36 +00:00
musl/include/stdnoreturn.h

6 lines
102 B
C
Raw Normal View History

#ifndef _STDNORETURN_H
#define _STDNORETURN_H
#include <features.h>
#define noreturn _Noreturn
#endif