ctime 503 B

1234567891011121314151617181920212223242526
  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. #ifndef __CTIME_HEADER
  5. #define __CTIME_HEADER
  6. #include <time.h>
  7. namespace std {
  8. using ::size_t;
  9. using ::clock_t;
  10. using ::time_t;
  11. using ::tm;
  12. using ::asctime;
  13. using ::clock;
  14. using ::difftime;
  15. using ::localtime;
  16. using ::strftime;
  17. using ::ctime;
  18. using ::gmtime;
  19. using ::mktime;
  20. using ::time;
  21. }
  22. #endif // CTIME_HEADER