#include <ccpp/bits/config.h>Go to the source code of this file.
Classes | |
| struct | lconv |
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 |
Typedefs | |
| typedef void * | locale_t |
Functions | |
| char * | setlocale (int __category, char const *__locale) |
| struct lconv * | localeconv (void) |
| #define LC_ALL 0 |
| #define LC_COLLATE 1 |
| #define LC_CTYPE 2 |
| #define LC_MESSAGES 6 |
| #define LC_MONETARY 3 |
| #define LC_NUMERIC 4 |
| #define LC_TIME 5 |
| typedef void* locale_t |
| struct lconv * localeconv | ( | void | ) |
| char * setlocale | ( | int | __category, |
| char const * | __locale ) |