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

(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...")
 
m (Inject moved page Stdnoreturn.h to Stdnoreturn.h -)
(No difference)

Revision as of 22:11, 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