Пространства имён
Варианты
Действия

localeconv

Материал из cppreference.com
< c | locale

Заголовочный файл <locale.h>
localeconv функция получает указатель на статический объект типа lconv, которая представляет числовые и денежные правил форматирования текущей локали C.
Original:
The localeconv function obtains a pointer to a static object of type lconv, which represents numeric and monetary formatting rules of the current C locale.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Содержание

[править] Параметры

(Нет)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[править] Возвращаемое значение

указатель на текущий объект lconv.
Original:
pointer to the current lconv object.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[править] Notes

Изменение ссылки на объект через возвращается указатель неопределенное поведение.
Original:
Modifying the object references through the returned pointer is undefined behavior.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
localeconv изменяет статический объект, называя его из разных потоков без синхронизации неопределенное поведение.
Original:
localeconv modifies a static object, calling it from different threads without synchronization is undefined behavior.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[править] Пример

[править] См. также

получает и устанавливает текущий стандарт C
Original:
gets and sets the current C locale
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(функция) [edit]
Форматирование детали, возвращаемые localeconv
Original:
formatting details, returned by localeconv
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(класс) [edit]