[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


raise

Raise a signal.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <signal.h>
int raise(int sig);
Parameters:

Parameters for this facility are:

sig  
int  
A signal handling function  

Remarks:

The raise() function calls the signal handling function associated with signal sig.

Return:

raise() returns a zero if the signal is successful; it returns a nonzero value if it is unsuccessful.

See Also:

"longjmp"

"signal"

"abort"

"atexit"

"exit"

For example of raise() usage:
Refer to the example for "Example of signal() usage"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000