GDBserver
Macros | Functions
wchar.h File Reference
#include <features.h>
#include <stddef.h>
#include <stdio.h>
#include <time.h>

Go to the source code of this file.

Macros

#define _GL_ALREADY_INCLUDING_WCHAR_H
 
#define _GL_WCHAR_H
 
#define _GL_ATTRIBUTE_PURE   /* empty */
 
#define WEOF   ((wint_t) -1)
 

Functions

 _GL_CXXALIAS_SYS (mbsinit, int,(const mbstate_t *ps))
 
 _GL_CXXALIASWARN (mbsinit)
 
 _GL_CXXALIAS_SYS (mbrtowc, size_t,(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps))
 
 _GL_CXXALIASWARN (mbrtowc)
 
 _GL_CXXALIAS_SYS (mbsrtowcs, size_t,(wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps))
 
 _GL_CXXALIASWARN (mbsrtowcs)
 

Macro Definition Documentation

#define _GL_ALREADY_INCLUDING_WCHAR_H

Definition at line 54 of file wchar.h.

#define _GL_ATTRIBUTE_PURE   /* empty */

Definition at line 92 of file wchar.h.

#define _GL_WCHAR_H

Definition at line 85 of file wchar.h.

#define WEOF   ((wint_t) -1)

Definition at line 433 of file wchar.h.

Function Documentation

_GL_CXXALIAS_SYS ( mbsinit  ,
int  ,
(const mbstate_t *ps)   
)
_GL_CXXALIAS_SYS ( mbrtowc  ,
size_t  ,
(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)   
)
_GL_CXXALIAS_SYS ( mbsrtowcs  ,
size_t  ,
(wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps)   
)
_GL_CXXALIASWARN ( mbsinit  )
_GL_CXXALIASWARN ( mbrtowc  )
_GL_CXXALIASWARN ( mbsrtowcs  )