PS2SDK
PS2 Homebrew Libraries
setjmp.h File Reference
#include <tamtypes.h>
+ Include dependency graph for setjmp.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _JBLEN   12
 
#define _JBTYPE   u32
 

Typedefs

typedef _JBTYPE jmp_buf[_JBLEN]
 

Functions

int setjmp (jmp_buf env)
 
void longjmp (jmp_buf env, int val) __attribute__((noreturn))
 

Detailed Description

Common setjmp/longjmp definitions

Definition in file setjmp.h.