Version 2.0.0-0

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 Top

struct lconv * localeconv( void );

setlocale Top

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

Macros

__XEOS_LIB_C99_LOCALE_H__ Top

#define __XEOS_LIB_C99_LOCALE_H__

LC_ALL Top

#define LC_ALL 0

LC_COLLATE Top

#define LC_COLLATE 1

LC_CTYPE Top

#define LC_CTYPE 2

LC_MONETARY Top

#define LC_MONETARY 3

LC_NUMERIC Top

#define LC_NUMERIC 4

LC_TIME Top

#define LC_TIME 5