csignal header

From Cppwiki

Jump to: navigation, search

csignal is a C++ Standard Library #include. It is the C++ version of the C Standard Library signal.h header.

Types defined by <csignal>

std::sig_atomic_t 
An atomic type used to represent a signal value.

Functions declared by <csignal>

std::signal 
Sets signal handling characterists
std::raise 
Invokes a signal
Personal tools