摘要:
C语言中setjmp与longjmp学习笔记 一、基础介绍 头文件:#include 原型:intsetjmp(jmp_buf envbuf) 宏函数setjmp()在缓冲区envbuf中保存系统堆栈里的内容,供longjmp()以后使用。首次调用setjmp()宏时,返回值为0,然而lo... 阅读全文
posted @ 2014-11-19 16:26
xxxxxxxx1x2xxxxxxx
阅读(1815)
评论(0)
推荐(0)