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

Latest commit

 

History

History
18 lines (12 loc) · 223 Bytes

jumphack.h

File metadata and controls

18 lines (12 loc) · 223 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
Feb 1, 2011
Feb 1, 2011
17
18
/* vi: set ts=4 sw=4 expandtab: */