Go to the source code of this file.
Data Structures | |
struct | _jmp_buf |
Defines | |
#define | __SETJMP_H_ 1 |
#define | _JBLEN 23 |
#define | __ATTR_NORETURN__ __attribute__((__noreturn__)) |
Typedefs | |
typedef struct _jmp_buf | jmp_buf [1] |
Functions | |
int | setjmp (jmp_buf __jmpb) |
Save stack context for non-local goto. | |
void | longjmp (jmp_buf __jmpb, int __ret) __ATTR_NORETURN__ |
Non-local jump to a saved stack context. |
Definition in file setjmp.h.