Iros
 
Loading...
Searching...
No Matches
locale.h File Reference
#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 lconvlocaleconv (void)
 

Macro Definition Documentation

◆ LC_ALL

#define LC_ALL   0

◆ LC_COLLATE

#define LC_COLLATE   1

◆ LC_CTYPE

#define LC_CTYPE   2

◆ LC_MESSAGES

#define LC_MESSAGES   6

◆ LC_MONETARY

#define LC_MONETARY   3

◆ LC_NUMERIC

#define LC_NUMERIC   4

◆ LC_TIME

#define LC_TIME   5

Typedef Documentation

◆ locale_t

typedef void* locale_t

Function Documentation

◆ localeconv()

struct lconv * localeconv ( void )

◆ setlocale()

char * setlocale ( int __category,
char const * __locale )