mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
12 lines
209 B
D
12 lines
209 B
D
|
|
/**
|
|
* C's <time.h>
|
|
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
|
|
* License: Public Domain
|
|
* Macros:
|
|
* WIKI=Phobos/StdCTime
|
|
*/
|
|
|
|
module std.c.time;
|
|
|
|
public import core.stdc.time;
|