Standard library header <stdnoreturn.h> (C11) (deprecated in C23)
From cppreference.net
Standard Library headers
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This header provides a convenience macro noreturn , that specifies that the function does not return to its point of invocation.
Macro |
|
|
noreturn
(C11)
(deprecated in C23)
|
convenience macro, expands to
_Noreturn
(keyword macro) |
Synopsis
#define noreturn _Noreturn