Mercurial > sdl-ios-xcode
view src/video/uikit/jump.c @ 2439:78bddf0c0fa2 gsoc2008_iphone
Cleaned up code, added comments.
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Fri, 15 Aug 2008 19:16:01 +0000 |
parents | 5c27688b08cf |
children |
line wrap: on
line source
/* * jump.c * iPodSDL * * Created by Holmes Futrell on 7/2/08. * Copyright 2008 __MyCompanyName__. All rights reserved. * */ #include "jump.h" jmp_buf env; jmp_buf *jump_env() { return &env; }