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

m
m (Jon moved page Stdnoreturn.h - C to c/stdnoreturn.h)
 
(No difference)

Latest 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[edit]

The header provides a single macro definition:

Macro Name Description Since
noreturn expands to _Noreturn C11