|
Y-lib
Loadrunner libraries
|
Standard C structures and functions to handle the locale (defined in locale.h) More...
Data Structures | |
| struct | lconv |
| Returned by localeconv. Documented at http://www.cplusplus.com/reference/clocale/lconv/. More... | |
Macros | |
| #define | LC_ALL 0 |
| #define | LC_COLLATE 1 |
| #define | LC_CTYPE 2 |
| #define | LC_MONETARY 3 |
| #define | LC_NUMERIC 4 |
| #define | LC_TIME 5 |
| #define | LC_MESSAGES 6 |
Functions | |
| char * | setlocale (int category, const char *locale) |
| Documented at http://www.cplusplus.com/reference/clocale/setlocale/. More... | |
| struct lconv * | localeconv (void) |
| Documented at http://www.cplusplus.com/reference/clocale/localeconv/. More... | |
Standard C structures and functions to handle the locale (defined in locale.h)
| struct lconv* localeconv | ( | void | ) |
Documented at http://www.cplusplus.com/reference/clocale/localeconv/.
| char* setlocale | ( | int | category, |
| const char * | locale | ||
| ) |
Documented at http://www.cplusplus.com/reference/clocale/setlocale/.
1.8.11