Search Results
Dec 2, 2022 · localeconv returns a pointer to a filled-in object of type struct lconv. The values contained in the object are copied from the locale settings in thread-local storage, and can be overwritten by subsequent calls to 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.
The localeconv () function returns a pointer to a filled in structlconv. This structure may be (in glibc, is) statically allocated, and may be overwritten by subsequent calls.
The C library localeconv() function sets the components of a struct lconv to values appropriate for the current locale. The struct may be overwritten by another call to localeconv(), or by calling the setlocale() function.
La fonction localeconv obtient un pointeur vers un objet statique de type lconv , qui représente les règles de formatage numérique et monétaire de la locale C actuelle.
La fonction localeconv () renvoie un pointeur vers une struct lconv remplie. Cette structure peut être (est dans la glibc) allouée statiquement et est susceptible d'être écrasée par les appels suivants.
People also ask
What is the use of localeconv() function?
What does localeconv do in glibc?
What does lconv void do?
What does lconv do?
The localeconv () function sets the components of an object with the type struct lconv with the values appropriate for the formatting of numeric quantities (monetary and otherwise) according to the rules of the current locale.
