Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
setjmp.h File Reference

Go to the source code of this file.

Macros

#define JMP_BUF_LEN   23
 

Functions

long setjmp (long *)
 
void longjmp (long *, long)
 

Macro Definition Documentation

#define JMP_BUF_LEN   23

Definition at line 13 of file setjmp.h.

Function Documentation

void longjmp ( long ,
long   
)
long setjmp ( long )