HPGCC3 Documentation 3.0 R003

setjmp.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned int jmp_buf [14]

Functions

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

Typedef Documentation

typedef unsigned int jmp_buf[14]

Definition at line 13 of file setjmp.h.


Function Documentation

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