mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
8 lines
129 B
C
8 lines
129 B
C
#ifndef _STDNORETURN_H
|
|
#define _STDNORETURN_H
|
|
#ifndef __cplusplus
|
|
#include <features.h>
|
|
#define noreturn _Noreturn
|
|
#endif
|
|
#endif
|