英語版
このページの英語版を見る

core.stdc.locale

C99用のDヘッダファイル。
このモジュールには、標準Cヘッダーから選択された型と関数へのバインディングが含まれている。 関数へのバインディングが含まれている。 <locale.h>.注釈: これは自動的に生成されるものではない。 は自動的に生成されたものではなく、元のCヘッダーからいくつかの型や関数が省略されている可能性があることに注意してほしい。 を省略することがある。
License:
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Authors:
Sean Kelly
Standards:
ISO/IEC 9899:1999 (E)
struct lconv;
enum int LC_CTYPE;
enum int LC_NUMERIC;
enum int LC_TIME;
enum int LC_COLLATE;
enum int LC_MONETARY;
enum int LC_MESSAGES;
enum int LC_ALL;
enum int LC_PAPER;
enum int LC_NAME;
enum int LC_ADDRESS;
enum int LC_TELEPHONE;
enum int LC_MEASUREMENT;
enum int LC_IDENTIFICATION;
nothrow @nogc @system char* setlocale(int category, scope const char* locale);
nothrow @nogc @trusted lconv* localeconv();