<csignal>
Visual Studio 2005
Defines the macros traditionally defined in the Standard C library header <signal.h>.
#if <TRADITIONAL C HEADERS>
#include <signal.h>
namespace std {
using ::sig_atomic_t;
using ::raise;
using ::signal;
}
#endif