mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
14 lines
408 B
D
14 lines
408 B
D
/**
|
|
* $(RED Deprecated. Please use $(D core.stdc.locale) instead. This module will
|
|
* be removed in December 2015.)
|
|
* C's <locale.h>
|
|
* License: Public Domain
|
|
* Standards:
|
|
* ISO/IEC 9899:1999 7.11
|
|
* Macros:
|
|
* WIKI=Phobos/StdCLocale
|
|
*/
|
|
/// Please import core.stdc.locale instead. This module will be deprecated in DMD 2.068.
|
|
module std.c.locale;
|
|
|
|
public import core.stdc.locale;
|