| 
    GBDK 2020 Docs
    4.4.0
    
   API Documentation for GBDK 2020 
   | 
 
Go to the source code of this file.
Macros | |
| #define | SP_SIZE 1 | 
| #define | BP_SIZE 0 | 
| #define | SPX_SIZE 0 | 
| #define | BPX_SIZE SPX_SIZE | 
| #define | RET_SIZE 2 | 
| #define | setjmp(jump_buf) __setjmp(jump_buf) | 
Typedefs | |
| typedef unsigned char | jmp_buf[RET_SIZE+SP_SIZE+BP_SIZE+SPX_SIZE+BPX_SIZE] | 
Functions | |
| int | __setjmp (jmp_buf) OLDCALL | 
| _Noreturn void | longjmp (jmp_buf, int) OLDCALL | 
| #define SP_SIZE 1 | 
| #define BP_SIZE 0 | 
| #define SPX_SIZE 0 | 
| #define BPX_SIZE SPX_SIZE | 
| #define RET_SIZE 2 | 
| #define setjmp | ( | jump_buf | ) | __setjmp(jump_buf) | 
| int __setjmp | ( | jmp_buf | ) | 
| _Noreturn void longjmp | ( | jmp_buf | , | 
| int | |||
| ) |