Home
C&C++函数库
c++ 语法
程序源码
Linux C库
函数搜索
C&C++标准库
C库函数
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
<cfenv>
(fenv.h)
<cfloat> (float.h)
<cinttypes>
(inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
<ctgmath> (tgmath.h)
<ctime> (time.h)
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
容器
输入输出
多线程
C++库函数
<csetjmp>
头文件 (setjmp.h)
非本地跳转
通过这个头文件提供的工具,程序员可以通过提供执行跳转的方法来保留调用环境, 从而绕过正常的函数调用和返回规则。
头文件提供了一个函数,一个具有函数形式和特定类型的宏:
☞ 函数
longjmp
外部跳转(function )
☞ 宏
setjmp
为跳转保留环境(宏 )
☣ 类型
jmp_buf
输入保存信息以恢复调用环境(type)
联系我们
免责声明
关于CandCplus
网站地图