A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://en.cppreference.com/w/c/numeric/math/../../types/../program/SIG_types.html below:

SIGTERM, SIGSEGV, SIGINT, SIGILL, SIGABRT, SIGFPE

#define SIGTERM /*implementation defined*/

#define SIGSEGV /*implementation defined*/

#define SIGINT /*implementation defined*/

#define SIGILL /*implementation defined*/

#define SIGABRT /*implementation defined*/

#define SIGFPE /*implementation defined*/

Each of the above macro constants expands to an integer constant expression with distinct values, which represent different signals sent to the program.

Constant Explanation SIGTERM termination request, sent to the program SIGSEGV invalid memory access (segmentation fault) SIGINT external interrupt, usually initiated by the user SIGILL invalid program image, such as invalid instruction SIGABRT abnormal termination condition, as is e.g. initiated by abort() SIGFPE erroneous arithmetic operation such as divide by zero [edit] References
[edit] See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4