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


sigsetjmp

Syntax

#include <setjmp.h>

int	sigsetjmp(sigjmp_buf env, int savemask);

Description

See section setjmp.

Portability

not ANSI, POSIX


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