mirror of
https://github.com/mintsuki/freestanding-headers
synced 2024-11-22 04:21:20 +03:00
7 lines
84 B
C
7 lines
84 B
C
#ifndef _STDNORETURN_H
|
|
#define _STDNORETURN_H 1
|
|
|
|
#define noreturn _Noreturn
|
|
|
|
#endif
|