Restore calling environment Functions:
env - variable referring to the execution state of the program saved by setjmp
val - the value to return from setjmp
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
env - variable referring to the execution state of the program saved by setjmp
val - the value to return from setjmp
longjmp | _Noreturn void longjmp(jmp_buf env, int val); |
setjmp.h |
Save calling environment Functions |
Restore calling environment Functions |
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
No comments:
Post a Comment