cppreference.com
アカウント作成
ログイン
名前空間
ページ
ノート
変種
表示
表示
編集
履歴
操作
標準ライブラリヘッダー
<stdnoreturn.h>
(C11)
(C23で非推奨)
From cppreference.com
<
c
|
ヘッダー
C
コンパイラサポート
言語
ヘッダー
型サポート
プログラムユーティリティ
可変長引数関数のサポート
エラーハンドリング
動的メモリ管理
文字列ライブラリ
アルゴリズム
数値
日付と時刻のユーティリティ
入出力サポート
ローカライゼーションサポート
並行処理サポート
(C11)
技術仕様
シンボルインデックス
[編集]
標準ライブラリヘッダー
<assert.h>
<complex.h>
(C99)
<ctype.h>
<errno.h>
<fenv.h>
(C99)
<float.h>
<inttypes.h>
(C99)
<iso646.h>
(C95)
<limits.h>
<locale.h>
<math.h>
<setjmp.h>
<signal.h>
<stdalign.h>
(
C11*
)
<stdarg.h>
<stdatomic.h>
(C11)
<stdbit.h>
(C23)
<stdbool.h>
(
C99*
)
<stdckdint.h>
(C23)
<stddef.h>
<stdint.h>
(C99)
<stdio.h>
<stdlib.h>
<stdmchar.h>
(C29)
<stdnoreturn.h>
(
C11*
)
<string.h>
<tgmath.h>
(C99)
<threads.h>
(C11)
<time.h>
<uchar.h>
(C11)
<wchar.h>
(C95)
<wctype.h>
(C95)
[編集]
このヘッダーは、関数が呼び出し元に戻らないことを指定する便利なマクロ
noreturn
を提供します。
マクロ
noreturn
(C11)
(C23で非推奨)
便利なマクロで、
_Noreturn
に展開されます。
(キーワードマクロ)
[
編集
]
概要
#define noreturn _Noreturn
English
日本語
中文(简体)
中文(繁體)