comparison global_longjump.c @ 5:4e7858590985

remove malloc , free and include<stdlib.h>
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sat, 23 Nov 2013 23:31:02 +0900
parents d75a89b10176
children
comparison
equal deleted inserted replaced
4:d75a89b10176 5:4e7858590985
1 /*
2 please use pointer version. that is spuerior to this.
3 */
4
5
1 #include <stdio.h> 6 #include <stdio.h>
2 #include <setjmp.h> 7 #include <setjmp.h>
3 #include <stdlib.h> 8 #include <stdlib.h>
4 9
5 int retval; 10 int retval;