Monday, October 31, 2016

C Library Function – locale

The <locale.h> header shall define the following function(s).
 
Locale control Functions:
category - locale category identifier
locale - system-specific locale identifier.
setlocale char *setlocale(int category, const char *locale);

Numeric formatting convention inquiry Functions:
localeconv struct lconv *localeconv(void);



Related topics:
Library Functions in C   |   Standard Library in C   |   Header Files in C   |   Functions in C   |   Keywords in C   |   Data Types in C   |   Pointers in C

List of topics: C Programming


No comments:

Post a Comment