From WikiChip
<stdnoreturn.h> Header - C
< c
Revision as of 21:46, 13 December 2013 by Inject (talk | contribs) (Created page with "{{DISPLAYTITLE:<stdnoreturn.h> Header - C}} {{C Standard Library}} The '''<stdnoreturn.h>''' header is part of the standard library of the C programming language that...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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