1 /** @file ../include/machine/setjmp.h
2 @internalComponent
3 */
4
5 /** @def _JBLEN
6
7 size of the jmp_buf on x86
8
9 @publishedAll
10 @released
11 */
12
13 /** @typedef typedef _JBTYPE jmp_buf[_JBLEN]
14
15 unsigned long
16
17 @publishedAll
18 @released
19 */