cppreference.com
建立賬戶
登入
名稱空間
頁面
討論
變體
檢視
檢視
編輯
歷史
操作
標準庫標頭檔案
<stdnoreturn.h>
(C11)
(C23中已棄用)
來自 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