XWOS API
4.0
XWOS C/C++ API参考手册
|
XWOS通用库:setjmp/longjmp 更多...
函数 | |
int | xwlib_setjmp (xwjmpbuf_b ctx) |
设置跳转点并保存上下文到buffer | |
void | xwlib_longjmp (xwjmpbuf_b ctx, int val) |
跳转到跳转点,并恢复上下文 | |
XWOS通用库:setjmp/longjmp
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
在文件 setjmp.h 中定义.