summaryrefslogtreecommitdiff
path: root/boost/compatibility/cpp_c_headers/ctime
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compatibility/cpp_c_headers/ctime')
-rw-r--r--boost/compatibility/cpp_c_headers/ctime26
1 files changed, 26 insertions, 0 deletions
diff --git a/boost/compatibility/cpp_c_headers/ctime b/boost/compatibility/cpp_c_headers/ctime
new file mode 100644
index 0000000000..0c8ac9abf2
--- /dev/null
+++ b/boost/compatibility/cpp_c_headers/ctime
@@ -0,0 +1,26 @@
+// This file is automatically generated. Do not edit.
+// ['../../libs/compatibility/generate_cpp_c_headers.py']
+// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
+
+#ifndef __CTIME_HEADER
+#define __CTIME_HEADER
+
+#include <time.h>
+
+namespace std {
+ using ::size_t;
+ using ::clock_t;
+ using ::time_t;
+ using ::tm;
+ using ::asctime;
+ using ::clock;
+ using ::difftime;
+ using ::localtime;
+ using ::strftime;
+ using ::ctime;
+ using ::gmtime;
+ using ::mktime;
+ using ::time;
+}
+
+#endif // CTIME_HEADER