main
if
switch
for
while
do
continue
break
goto
return
sizeof
_Alignof
const
volatile
restrict
struct
union
_Alignas
typedef
_Static_assert
inline
_Noreturn
此头文件原作为 <setjmp.h> 存在于 C 标准库。
<setjmp.h>
此头文件是程序支持库的一部分。
namespace std { using jmp_buf = /* 见描述 */ ; [[noreturn]] void longjmp(jmp_buf env, int val); } #define setjmp(env) /* 见描述 */