Go to the source code of this file.
Data Structures | |
| struct | setjmp_imp_s |
Defines | |
| #define | _ABLE_CLIB_SETJMP_H 1 |
| #define | JMPBUF_MAGIC (void *)(0x42504d4a) |
Typedefs | |
| typedef int | jmp_buf [96] |
| typedef struct setjmp_imp_s | setjmp_imp_t |
Functions | |
| int | setjmp (jmp_buf env) |
| void | longjmp (jmp_buf env, int val) |
Variables | |
| const setjmp_imp_t * | setjmp_imp |
| #define _ABLE_CLIB_SETJMP_H 1 |
| #define JMPBUF_MAGIC (void *)(0x42504d4a) |
| typedef int jmp_buf[96] |
| typedef struct setjmp_imp_s setjmp_imp_t |
| void longjmp | ( | jmp_buf | env, | |
| int | val | |||
| ) |
| int setjmp | ( | jmp_buf | env | ) |
| const setjmp_imp_t* setjmp_imp |
1.5.6