locale

locale

Functions

struct lconv * localeconv ()
char * setlocale ()

Types and Values

#define lconv
#define NULL
#define LC_ALL
#define LC_COLLATE
#define LC_CTYPE
#define LC_MESSAGES
#define LC_MONETARY
#define LC_NUMERIC
#define LC_TIME

Description

Functions

localeconv ()

struct lconv *
localeconv (void);

setlocale ()

char *
setlocale (int category,
           const char *locale);

Types and Values

lconv

#  define lconv lconv

NULL

#define             NULL

LC_ALL

# define LC_ALL		0

LC_COLLATE

# define LC_COLLATE 1

LC_CTYPE

# define LC_CTYPE 2

LC_MESSAGES

# define LC_MESSAGES 3

LC_MONETARY

# define LC_MONETARY 4

LC_NUMERIC

# define LC_NUMERIC 5

LC_TIME

# define LC_TIME 6