License
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE)
Standards
ISO/IEC 9899:1999 (E)
D header file for C99.
(See accompanying file LICENSE)
wint_t fgetwc(FILE * stream)wint_t fputwc(wchar_t c, FILE * stream)wchar_t * fgetws(wchar_t * s, int n, FILE * stream)int fputws(const scope wchar_t * s, FILE * stream)wint_t getwchar()wint_t putwchar(wchar_t c)wint_t ungetwc(wint_t c, FILE * stream)double wcstod(const scope wchar_t * nptr, wchar_t * * endptr)float wcstof(const scope wchar_t * nptr, wchar_t * * endptr)real wcstold(const scope wchar_t * nptr, wchar_t * * endptr)c_long wcstol(const scope wchar_t * nptr, wchar_t * * endptr, int base)long wcstoll(const scope wchar_t * nptr, wchar_t * * endptr, int base)c_ulong wcstoul(const scope wchar_t * nptr, wchar_t * * endptr, int base)ulong wcstoull(const scope wchar_t * nptr, wchar_t * * endptr, int base)int wcscoll(scope const wchar_t * s1, scope const wchar_t * s2)size_t wcsxfrm(scope wchar_t * s1, scope const wchar_t * s2, size_t n)wchar_t * wcstok(return scope wchar_t * s1, scope const wchar_t * s2, wchar_t * * ptr)size_t wcsftime(wchar_t * s, size_t maxsize, const scope wchar_t * format, const scope tm * timeptr)wint_t btowc(int c)int wctob(wint_t c)int mbsinit(const scope mbstate_t * ps)size_t mbrlen(const scope char * s, size_t n, mbstate_t * ps)size_t mbrtowc(wchar_t * pwc, const scope char * s, size_t n, mbstate_t * ps)size_t wcrtomb(char * s, wchar_t wc, mbstate_t * ps)size_t mbsrtowcs(wchar_t * dst, const scope char * * src, size_t len, mbstate_t * ps)size_t wcsrtombs(char * dst, const scope wchar_t * * src, size_t len, mbstate_t * ps)WEOF = 0xFFFF