The <locale.h> header is useful for setting location specific information.
The <locale.h> header shall define the following functions:
The <locale.h> header shall define the following struct type:
Related topics:
<float.h> | <inttypes.h> | <iso646.h> | <limits.h> | <math.h> | Standard Library in C
List of topics: C Programming
The <locale.h> header shall define the following functions:
| setlocale | gets and sets the current C locale |
| localeconv | queries numeric and monetary formatting details of the current locale |
The <locale.h> header shall define the following struct type:
| lconv | formatting 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