std::raise
| Defined in header <csignal>
|
||
| int raise( int sig ); |
||
Sends signal sig to the program. The signal handler (specified using the std::signal() function) is invoked.
If the user-defined signal handling strategy is not set using std::signal() yet, it is implementation-defined whether the signal will be ignored or default handler will be invoked.
Contents |
[edit] Parameters
| sig | - | the signal to be sent. It can be an implementation-defined value or one of the following values:
|
[edit] Return value
0 upon success, non-zero value on failure.
[edit] Example
Possible output:
Sending signal 15 Received signal 15
[edit] See also
| sets a signal handler for particular signal (function) | |
| C documentation for raise
| |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
