Standard library header <stdnoreturn.h> (C11)(deprecated in C23) (original) (raw)

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)

[edit] Synopsis

#define noreturn _Noreturn