mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
11 lines
199 B
D
11 lines
199 B
D
/**
|
|
* C's <locale.h>
|
|
* License: Public Domain
|
|
* Standards:
|
|
* ISO/IEC 9899:1999 7.11
|
|
* Macros:
|
|
* WIKI=Phobos/StdCLocale
|
|
*/
|
|
module std.c.locale;
|
|
|
|
public import core.stdc.locale;
|