Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 183 Bytes

jumphack.h

File metadata and controls

16 lines (11 loc) · 183 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
* jumphack.h
* SDLiPhoneOS
*
*/
#ifndef _jumphack_h
#define _jumphack_h
#include "setjmp.h"
/* see SDL_uikitevents.m for more info */
extern jmp_buf *jump_env();
#endif