phobos/std/c/locale.d
Sebastian Wilzbach 42894784dd Markdownify Phobos
$(D word) -> `word`
2018-04-02 22:32:47 +02:00

15 lines
340 B
D

// @@@DEPRECATED_2017-06@@@
/**
* $(RED Deprecated. Use `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;