wctype.h File Reference

API published in:
API deprecated in:


#include <sys/cdefs.h>
#include <sys/_types.h>
#include <_ctype.h>

Go to the source code of this file.


Defines

#define  WEOF   ((wint_t)-1)

Typedefs

typedef int  wctrans_t
typedef unsigned long  wctype_t
typedef __wint_t  wint_t

Functions

__BEGIN_DECLS IMPORT_C int  iswalnum (wint_t)
IMPORT_C int  iswalpha (wint_t)
IMPORT_C int  iswblank (wint_t)
IMPORT_C int  iswcntrl (wint_t)
IMPORT_C int  iswctype (wint_t, wctype_t)
IMPORT_C int  iswdigit (wint_t)
IMPORT_C int  iswgraph (wint_t)
IMPORT_C int  iswlower (wint_t)
IMPORT_C int  iswprint (wint_t)
IMPORT_C int  iswpunct (wint_t)
IMPORT_C int  iswspace (wint_t)
IMPORT_C int  iswupper (wint_t)
IMPORT_C int  iswxdigit (wint_t)
IMPORT_C wint_t  towctrans (wint_t, wctrans_t)
IMPORT_C wint_t  towlower (wint_t)
IMPORT_C wint_t  towupper (wint_t)
IMPORT_C wctrans_t  wctrans (const char *)
IMPORT_C wctype_t  wctype (const char *)

Define Documentation

#define WEOF   ((wint_t)-1)
 

Typedef Documentation

typedef int wctrans_t
 
typedef unsigned long wctype_t
 
typedef __wint_t wint_t
 

Function Documentation

__BEGIN_DECLS IMPORT_C int iswalnum wint_t   ) 
 
IMPORT_C int iswalpha wint_t   ) 
 
IMPORT_C int iswblank wint_t   ) 
 
IMPORT_C int iswcntrl wint_t   ) 
 
IMPORT_C int iswctype wint_t  ,
wctype_t 
 
IMPORT_C int iswdigit wint_t   ) 
 
IMPORT_C int iswgraph wint_t   ) 
 
IMPORT_C int iswlower wint_t   ) 
 
IMPORT_C int iswprint wint_t   ) 
 
IMPORT_C int iswpunct wint_t   ) 
 
IMPORT_C int iswspace wint_t   ) 
 
IMPORT_C int iswupper wint_t   ) 
 
IMPORT_C int iswxdigit wint_t   ) 
 
IMPORT_C wint_t towctrans wint_t  ,
wctrans_t 
 
IMPORT_C wint_t towlower wint_t   ) 
 
IMPORT_C wint_t towupper wint_t   ) 
 
IMPORT_C wctrans_t wctrans const char *   ) 
 
IMPORT_C wctype_t wctype const char *   ) 
 

Copyright © Nokia Corporation 2001-2008
Back to top