Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/boost/compatibility/cpp_c_headers/ctime is written in an unsupported language. File is not indexed.

0001 // This file is automatically generated. Do not edit.
0002 // ['../../libs/compatibility/generate_cpp_c_headers.py']
0003 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
0004 
0005 #ifndef __CTIME_HEADER
0006 #define __CTIME_HEADER
0007 
0008 #include <time.h>
0009 
0010 namespace std {
0011   using ::size_t;
0012   using ::clock_t;
0013   using ::time_t;
0014   using ::tm;
0015   using ::asctime;
0016   using ::clock;
0017   using ::difftime;
0018   using ::localtime;
0019   using ::strftime;
0020   using ::ctime;
0021   using ::gmtime;
0022   using ::mktime;
0023   using ::time;
0024 }
0025 
0026 #endif // CTIME_HEADER