mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-14 01:04:02 +03:00
6 lines
102 B
C
6 lines
102 B
C
#ifndef _STDNORETURN_H
|
|
#define _STDNORETURN_H
|
|
#include <features.h>
|
|
#define noreturn _Noreturn
|
|
#endif
|