Defined in header <locale.h> | ||
---|---|---|
lconv* localeconv(); |
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.
(none).
pointer to the current lconv
object.
Modifying the object references through the returned pointer is undefined behavior.
localeconv
modifies a static object, calling it from different threads without synchronization is undefined behavior.
gets and sets the current C locale (function) |
|
formatting details, returned by localeconv (struct) |
|
C++ documentation for localeconv |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/c/locale/localeconv