From WikiChip
Difference between revisions of "c/stdnoreturn.h"
< c

m (Inject moved page Stdnoreturn.h to Stdnoreturn.h -)
m (Inject moved page Stdnoreturn.h - to Stdnoreturn.h - C)
(No difference)

Revision as of 22:13, 13 December 2013


The <stdnoreturn.h> header is part of the standard library of the C programming language that provides a single convenient macro for non-returning functions. This header was added in C11.

Macros

The header provides a single macro definition:

Macro Name Description Since
noreturn expands to _Noreturn C11