csignal

The csignal header file contains definitions for C++ for controlling various exceptional conditions. Include the standard header into a C++ program to effectively include the standard header <signal.h> within the std namespace.
namespace std {
#include <signal.h>
    };