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) · 187 Bytes

jumphack.h

File metadata and controls

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