locale Reference

File
lib/c99/include/c99/locale.h
Date
Wednesday, June 25, 2014
Includes
  • <system/types/null.h>
  • <system/types/struct_lconv.h>

Tasks

localeconv

struct lconv * localeconv( void );

setlocale

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

Macros

__XEOS_LIB_C99_LOCALE_H__

#define __XEOS_LIB_C99_LOCALE_H__

LC_ALL

#define LC_ALL 0

LC_COLLATE

#define LC_COLLATE 1

LC_CTYPE

#define LC_CTYPE 2

LC_MONETARY

#define LC_MONETARY 3

LC_NUMERIC

#define LC_NUMERIC 4

LC_TIME

#define LC_TIME 5