Manual Reference Pages  - RAISE (3)

NAME

raise - send a signal to the current process

CONTENTS

Synopsis
Description

SYNOPSIS


#include <signal.h> 

int raise(int sig);

DESCRIPTION

The raise() function sends a signal to the current process. It is equivalent to

kill(getpid(), sig);

RETURN VALUE

0 on success, nonzero for failure.

CONFORMING TO

ANSI-C

SEE ALSO

kill(2), signal(2), getpid(2)
Jump to page    or go to Top of page |  Section 3 |  Main Index.


GNU RAISE (3) 1995-08-31
Generated by manServer 1.07 from /usr/share/man/man3/raise.3.gz using man macros.