Go to the first, previous, next, last section, table of contents.


siglongjmp

Syntax

#include <setjmp.h>

int	siglongjmp(sigjmp_buf env, int val);

Description

See section longjmp.

Portability

not ANSI, POSIX


Go to the first, previous, next, last section, table of contents.