STDNORETURN.H(7) Miscellaneous Information Manual STDNORETURN.H(7)
NAME
stdnoreturn.h —
noreturn macro
SYNOPSIS
#include
<stdnoreturn.h>
DESCRIPTION
[CX] The functionality described on this reference page is aligned with the ISO C standard. Any conflict between the requirements described here and the ISO C standard is unintentional. This volume of POSIX.1-2024 defers to the ISO C standard.
The <stdnoreturn.h> header shall define the macro noreturn which shall expand to _Noreturn.
APPLICATION USAGE
None.
RATIONALE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
None.
CHANGE HISTORY
First released in Issue 8. Included for alignment with the ISO/IEC 9899:2018 standard.
June 14, 2024 posix.fail