// @@@DEPRECATED_2017-06@@@ /** * $(RED Deprecated. Use $(D core.stdc.locale) instead. This module will be * removed in June 2017.) * * C's <locale.h> * License: Public Domain * Standards: * ISO/IEC 9899:1999 7.11 * Macros: * WIKI=Phobos/StdCLocale */ deprecated("Import core.stdc.locale instead") module std.c.locale; public import core.stdc.locale;