mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
phobos 0.176
This commit is contained in:
parent
00fe9a970d
commit
76dac5da92
18 changed files with 1233 additions and 40 deletions
|
@ -173,6 +173,10 @@ extern (C)
|
|||
tm* gmtime(__time_t*);
|
||||
tm* localtime(__time_t*);
|
||||
__time_t mktime(tm*);
|
||||
char* asctime_r(tm* t, char* buf);
|
||||
char* ctime_r(__time_t* timep, char* buf);
|
||||
tm* gmtime_r(__time_t* timep, tm* result);
|
||||
tm* localtime_r(__time_t* timep, tm* result);
|
||||
}
|
||||
|
||||
/**************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue