C Tutorial/signal.h/raise — различия между версиями
Admin (обсуждение | вклад) м (1 версия: Импорт контента...) |
|
(нет различий)
|
Версия 14:21, 25 мая 2010
raise
Item Value Header file signal.h Declaration int raise(int signal); Function sends the specified by signal to the executing program. Return returns 0 on success or nonzero on failure.
The following signals are defined by Standard C.
Macro Meaning SIGABRT Termination error SIGFPE Floating-point error SIGILL Bad instruction SIGINT User pressed CTRL-C SIGSEGV Illegal memory access SIGTERM Terminate program