mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-10 08:42:02 +03:00
f0f17b5b70
features.h contains the fallback logic for pre-C11 compilers
6 lines
102 B
C
6 lines
102 B
C
#ifndef _STDNORETURN_H
|
|
#define _STDNORETURN_H
|
|
#include <features.h>
|
|
#define noreturn _Noreturn
|
|
#endif
|