Netcruzer Library API  V2.03
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
setjmp.h
Go to the documentation of this file.
1 
30 typedef unsigned int jmp_buf[18];
31 
32 
33 
49 extern int setjmp(jmp_buf env);
50 
51 
52 
66 extern void longjmp(jmp_buf env, int val);