ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <tamtypes.h>
Go to the source code of this file.
Macros | |
#define | _JBLEN 14 |
#define | _JBTYPE u128 |
Typedefs | |
typedef _JBTYPE | jmp_buf[_JBLEN] |
Functions | |
int | setjmp (jmp_buf env) |
void | longjmp (jmp_buf env, int val) |
Common setjmp/longjmp definitions
Definition in file setjmp.h.
void longjmp | ( | jmp_buf | env, |
int | val | ||
) |
int setjmp | ( | jmp_buf | env | ) |