phobos/std/c/wcharh.d

15 lines
435 B
D

/**
* $(RED Deprecated. Please use $(D core.stdc.wchar_) instead. This module will
* be removed in December 2015.)
* C's <wchar.h>
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCWchar
*/
deprecated("Please import core.stdc.wchar_ instead. This module will be removed in December 2015.")
module std.c.wcharh;
public import core.stdc.wchar_;