Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
- |
1 |
|
|
|
2 |
/* /usr/include/locale.h */
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
char* setlocale(int category, char *locale);
|
|
|
6 |
__locale_t newlocale(int category_mask, char *locale, __locale_t __base);
|
|
|
7 |
__locale_t duplocale(__locale_t __dataset);
|
|
|
8 |
void freelocale(__locale_t dataset);
|
|
|
9 |
__locale_t uselocale(__locale_t __dataset);
|