Next: , Previous: , Up: C library functions   [Index]


raise

raise Function

#include <signal.h>

Integer new signal;
Integer new result;

signal = SIGTERM;

result = raise (signal);