mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
12 lines
215 B
D
12 lines
215 B
D
|
|
/**
|
|
* C's <wchar.h>
|
|
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
|
|
* License: Public Domain
|
|
* Macros:
|
|
* WIKI=Phobos/StdCWchar
|
|
*/
|
|
|
|
module std.c.wcharh;
|
|
|
|
public import core.stdc.wchar_;
|