locale.h File Reference

API published in:
API deprecated in:


#include <sys/_null.h>
#include <sys/cdefs.h>

Go to the source code of this file.


Data Structures

struct   lconv

Defines

#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
#define  _LC_LAST   7

Functions

__BEGIN_DECLS IMPORT_C struct
lconv
localeconv (void)
IMPORT_C char *  setlocale (int, const char *)

Define Documentation

#define _LC_LAST   7
 
#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
 

Function Documentation

__BEGIN_DECLS IMPORT_C struct lconv* localeconv void   ) 
 
IMPORT_C char* setlocale int  ,
const char * 
 

Copyright © Nokia Corporation 2001-2008
Back to top