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

m (Inject moved page Stdnoreturn.h - to Stdnoreturn.h - C)
m
Line 1: Line 1:
{{DISPLAYTITLE:<stdnoreturn.h> Header - C}}
+
{{c title|<stdnoreturn.h> Header}}
 
{{C Standard Library}}
 
{{C Standard Library}}
  
Line 11: Line 11:
 
! Macro Name !! Description !! Since
 
! Macro Name !! Description !! Since
 
|-
 
|-
| [[stdnoreturn.h/noreturn - C|noreturn]] || expands to [[_Noreturn - C|_Noreturn]] || [[C11]]
+
| {{c|stdnoreturn.h/noreturn|noreturn}} || expands to {{c|_Noreturn}} || [[C11]]
 
|}
 
|}
  

Revision as of 14:52, 23 November 2015


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