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

Latest commit

 

History

History
10 lines (8 loc) · 110 Bytes

jumphack.c

File metadata and controls

10 lines (8 loc) · 110 Bytes
 
1
2
3
4
5
6
7
8
9
10
/*
* jumphack.c
* SDLiPhoneOS
*
*/
#include "jump.h"
jmp_buf env;
jmp_buf *jump_env() { return &env; }