ReactOS 0.4.16-dev-2104-gb84fa49
setjmp.h File Reference
#include <corecrt.h>
#include <pshpack8.h>
#include <poppack.h>
Include dependency graph for setjmp.h:

Go to the source code of this file.

Macros

#define _JBLEN   1
 
#define _JBTYPE   int
 
#define __has_builtin(x)   0
 
#define setjmp(buf)   _setjmpex((buf), NULL)
 

Typedefs

typedef _JBTYPE jmp_buf[_JBLEN]
 

Functions

_ACRTIMP void __cdecl longjmp (jmp_buf, int)
 
_ACRTIMP int __cdecl __attribute__ ((__nothrow__, __returns_twice__)) _setjmpex(jmp_buf
 

Macro Definition Documentation

◆ __has_builtin

#define __has_builtin (   x)    0

Definition at line 151 of file setjmp.h.

◆ _JBLEN

#define _JBLEN   1

Definition at line 137 of file setjmp.h.

◆ _JBTYPE

#define _JBTYPE   int

Definition at line 138 of file setjmp.h.

◆ setjmp

#define setjmp (   buf)    _setjmpex((buf), NULL)

Definition at line 175 of file setjmp.h.

Typedef Documentation

◆ jmp_buf

typedef _JBTYPE jmp_buf[_JBLEN]

Definition at line 142 of file setjmp.h.

Function Documentation

◆ __attribute__()

_ACRTIMP int __cdecl __attribute__ ( (__nothrow__, __returns_twice__)  )

◆ longjmp()