728x90
728x170
*[header][C library] csetjmp (setjmp.h)
<csetjmp> (setjmp.h)
Non local jumps
The header provides, a function, a macro with functional form and a specific type:
Functions
- longjmp
- Long jump (function )
Macro functions
- setjmp
- Save calling environment for long jump (macro )
Types
- jmp_buf
- Type to hold information to restore calling environment (type )
728x90
그리드형(광고전용)
'Programming > C++' 카테고리의 다른 글
[header][C library] cstddef (stddef.h) (0) | 2017.11.08 |
---|---|
[header][C library] cstdbool (stdbool.h) (C++11) (0) | 2017.11.08 |
[header][C library] cstdarg (stdarg.h) (0) | 2017.11.08 |
[header][C library] csignal (signal.h) (0) | 2017.11.08 |
[header][C library] cmath (math.h) (0) | 2017.11.08 |
[header][C library] clocale (locale.h) (0) | 2017.11.08 |
[header][C library] climits (limits.h) (0) | 2017.11.08 |
[header][C library] ciso646 (iso646.h) (0) | 2017.11.08 |