CBMC
|
#include <setjmp.h>
Go to the source code of this file.
Macros | |
#define | __CPROVER_SETJMP_H_INCLUDED |
Functions | |
void | longjmp (jmp_buf env, int val) |
void | _longjmp (jmp_buf env, int val) |
void | siglongjmp (sigjmp_buf env, int val) |
int | setjmp (jmp_buf env) |
int | _setjmp (jmp_buf env) |
int | sigsetjmp (sigjmp_buf env, int savesigs) |
int | __sigsetjmp (sigjmp_buf env, int savesigs) |