phobos/std/c/locale.d
2016-05-27 05:52:23 +02:00

15 lines
343 B
D

// @@@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
*/
deprecated("Import core.stdc.locale instead")
module std.c.locale;
public import core.stdc.locale;