Numworks Epsilon  1.4.1
Graphing Calculator Operating System
setjmp.h File Reference
#include "private/macros.h"

Go to the source code of this file.

Functions

void longjmp (jmp_buf env, int val)
 
int setjmp (jmp_buf env)
 

Variables

LIBA_BEGIN_DECLS typedef int jmp_buf [31]
 

Function Documentation

◆ longjmp()

void longjmp ( jmp_buf  env,
int  val 
)

◆ setjmp()

int setjmp ( jmp_buf  env)

Variable Documentation

◆ jmp_buf

LIBA_BEGIN_DECLS typedef int jmp_buf[31]

Definition at line 17 of file setjmp.h.