Aegis  4.25.D505
Defines | Typedefs | Functions
/home/archives/aegis/branch.4/branch.25/delta28933.505/common/ac/wchar.h File Reference
#include <common/ac/stdarg.h>
#include <common/ac/stddef.h>

Go to the source code of this file.

Defines

#define WEOF   (wchar_t)(-1);
#define HAVE_WINT_T

Typedefs

typedef int mbstate_t
typedef wchar_t wint_t

Functions

int mbsinit (const mbstate_t *)
size_t wcslen (const wchar_t *)
size_t mbrlen (const char *, size_t, mbstate_t *)
size_t mbsrtowcs (wchar_t *, const char **, size_t, mbstate_t *)
size_t wcsrtombs (char *, const wchar_t **, size_t, mbstate_t *)
int wcwidth (wchar_t)
int wcswidth (const wchar_t *, size_t)
size_t mbrtowc (wchar_t *, const char *, size_t, mbstate_t *)
size_t wcrtomb (char *, wchar_t, mbstate_t *)

Define Documentation

#define HAVE_WINT_T

Definition at line 144 of file wchar.h.

#define WEOF   (wchar_t)(-1);

Definition at line 49 of file wchar.h.


Typedef Documentation

typedef int mbstate_t

Definition at line 47 of file wchar.h.

typedef wchar_t wint_t

Definition at line 145 of file wchar.h.


Function Documentation

size_t mbrlen ( const char *  ,
size_t  ,
mbstate_t  
)
size_t mbrtowc ( wchar_t ,
const char *  ,
size_t  ,
mbstate_t  
)
int mbsinit ( const mbstate_t )
size_t mbsrtowcs ( wchar_t ,
const char **  ,
size_t  ,
mbstate_t  
)
size_t wcrtomb ( char *  ,
wchar_t  ,
mbstate_t  
)
size_t wcslen ( const wchar_t )
size_t wcsrtombs ( char *  ,
const wchar_t **  ,
size_t  ,
mbstate_t  
)
int wcswidth ( const wchar_t ,
size_t   
)
int wcwidth ( wchar_t  )