Wednesday, August 31, 2016

C Library Header – locale

The <locale.h> header is useful for setting location specific information.

The <locale.h> header shall define the following functions:
setlocalegets and sets the current C locale
localeconvqueries numeric and monetary formatting details of the current locale

The <locale.h> header shall define the following struct type:
lconvformatting details, returned by localeconv



Related topics:
<float.h>   |   <inttypes.h>   |   <iso646.h>   |   <limits.h>   |   <math.h>   |   Standard Library in C

List of topics: C Programming

No comments:

Post a Comment