/usr/include/d/std/c/locale.d is in libphobos2-ldc-dev 1:0.17.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /**
* $(RED Deprecated. Please use $(D core.stdc.locale) instead. This module will
* be removed in December 2015.)
* C's <locale.h>
* License: Public Domain
* Standards:
* ISO/IEC 9899:1999 7.11
* Macros:
* WIKI=Phobos/StdCLocale
*/
/// Please import core.stdc.locale instead. This module will be deprecated in DMD 2.068.
module std.c.locale;
public import core.stdc.locale;
|