phobos/std/c/locale.d

14 lines
419 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
*/
deprecated("Please import core.stdc.locale instead. This module will be removed in December 2015.")
module std.c.locale;
public import core.stdc.locale;