Changeset de53138 in mainline for uspace/lib/cpp/include/ctime
- Timestamp:
- 2018-07-05T21:41:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c71c171
- Parents:
- 6d8a63a
- git-author:
- Dzejrou <dzejrou@…> (2018-04-20 00:11:54)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/ctime
r6d8a63a rde53138 1 1 /* 2 * Copyright (c) 201 7Jaroslav Jindrak2 * Copyright (c) 2018 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 32 32 #include "internal/common.hpp" 33 33 34 namespace std::hel 35 { 36 extern "C" { 37 #include <time.h> 38 } 39 } 40 34 41 namespace std 35 42 { 43 /* using std::hel::clock_t; */ 44 using std::hel::size_t; 45 using std::hel::time_t; 46 using std::hel::tm; 47 /* using std::hel::timespec; */ 36 48 37 extern "C" { 38 #include <time.h> 49 /* using std::hel::clock; */ 50 using std::hel::time; 51 using std::hel::difftime; 52 53 /* using std::hel::ctime; */ 54 /* using std::hel::asctime; */ 55 using std::hel::strftime; 56 /* using std::hel::wcsftime; */ 57 /* using std::hel::gmtime; */ 58 /* using std::hel::localtime; */ 59 using std::hel::mktime; 39 60 } 40 61 41 } 62 /* using std::hel::clock_t; */ 63 using std::hel::size_t; 64 using std::hel::time_t; 65 using std::hel::tm; 66 /* using std::hel::timespec; */ 67 68 /* using std::hel::clock; */ 69 using std::hel::time; 70 using std::hel::difftime; 71 72 /* using std::hel::ctime; */ 73 /* using std::hel::asctime; */ 74 using std::hel::strftime; 75 /* using std::hel::wcsftime; */ 76 /* using std::hel::gmtime; */ 77 /* using std::hel::localtime; */ 78 using std::hel::mktime; 42 79 43 80 #endif
Note:
See TracChangeset
for help on using the changeset viewer.