Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/boost/compatibility/cpp_c_headers/csignal @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 335 bytes
Line 
1// This file is automatically generated. Do not edit.
2// ['../../libs/compatibility/generate_cpp_c_headers.py']
3// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
4
5#ifndef __CSIGNAL_HEADER
6#define __CSIGNAL_HEADER
7
8#include <signal.h>
9
10namespace std {
11  using ::sig_atomic_t;
12  using ::raise;
13  using ::signal;
14}
15
16#endif // CSIGNAL_HEADER
Note: See TracBrowser for help on using the repository browser.