zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
jumphack.h
Go to the documentation of this file.
1 /*
2  * jumphack.h
3  * SDLiPhoneOS
4  *
5  */
6 
7 #ifndef _jumphack_h
8 #define _jumphack_h
9 
10 #include "setjmp.h"
11 
12 /* see SDL_uikitevents.m for more info */
13 
14 extern jmp_buf *jump_env(void);
15 
16 #endif
17 
18 /* vi: set ts=4 sw=4 expandtab: */
jmp_buf * jump_env(void)
Definition: jumphack.c:16