码迷,mamicode.com
首页 >  
搜索关键字:longjmp    ( 81个结果
Linux环境编程之进程(三):函数间跳转
引言:在编写程序时,经常在函数内部使用goto语句来跳转,从而进行出错处理,那么如果想要在函数之间进行跳转该怎么做呢?使用setjmp和longjmp函数。 给出示例程序: #include #include #include static void f1(int, int, int, int); static void f2(void); static jmp_buf jmpbu...
分类:系统相关   时间:2014-05-15 02:44:22    阅读次数:335
81条   上一页 1 ... 7 8 9
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!