#include <features.h>
#include <stddef.h>
#include <stdio.h>
#include <time.h>
Go to the source code of this file.
|
| _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) |
|
#define _GL_ALREADY_INCLUDING_WCHAR_H |
#define _GL_ATTRIBUTE_PURE /* empty */ |
#define WEOF ((wint_t) -1) |
_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 |
| ) |
|