Iros
 
Loading...
Searching...
No Matches
setjmp.h File Reference
#include <ccpp/bits/config.h>

Go to the source code of this file.

Typedefs

typedef __CCPP_BEGIN_DECLARATIONS struct __jmp_buf jmp_buf[1]
 

Functions

int setjmp (jmp_buf __env)
 
__CCPP_NORETURN void longjmp (jmp_buf __env, int __val)
 

Typedef Documentation

◆ jmp_buf

typedef __CCPP_BEGIN_DECLARATIONS struct __jmp_buf jmp_buf[1]

Function Documentation

◆ longjmp()

__CCPP_NORETURN void longjmp ( jmp_buf __env,
int __val )

◆ setjmp()

int setjmp ( jmp_buf __env)