mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
15 lines
414 B
D
15 lines
414 B
D
|
|
/**
|
|
* $(RED Deprecated. Please use $(D core.stdc.time) instead. This module will
|
|
* be removed in December 2015.)
|
|
* C's <time.h>
|
|
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
|
|
* License: Public Domain
|
|
* Macros:
|
|
* WIKI=Phobos/StdCTime
|
|
*/
|
|
|
|
/// Please import core.stdc.time instead. This module will be deprecated in DMD 2.068.
|
|
module std.c.time;
|
|
|
|
public import core.stdc.time;
|