imtinge

2012年11月7日

在C程序里面乱跳

摘要: 在代码里面看到jmp_buf不认识,wiki了一下http://zh.wikipedia.org/zh/Setjmp.h里面看到一个示例程序,看完觉得这个跳得很欢喜 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #include <setjmp.h> 5 6 void first(void); 7 void second(void); 8 9 /* This program's output is:10 11 calling first12 calli 阅读全文

posted @ 2012-11-07 14:17 imtinge 阅读(159) 评论(0) 推荐(0)