/** -*- C++ -*- ** ** KAI C++ Compiler ** ** Copyright (C) 1996-2001 Intel Corp. All rights reserved. **/ #ifndef __KAI_CSIGNAL #define __KAI_CSIGNAL #include namespace std { using ::sig_atomic_t; using ::raise; using ::signal; } /* namespace std */ #endif /* __KAI_CSIGNAL */