View source code
Display the source code in core/stdc/wchar_.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Module core.stdc.wchar_

D header file for C99.

This module contains bindings to selected types and functions from the standard C header <wchar.h>. Note that this is not automatically generated, and may omit some types/functions from the original C header.

Standards

ISO/IEC 9899:1999 (E)

Functions

NameDescription
_wasctime()
_wctime()
_wstrdate()
_wstrtime()
btowc(c)
fgetwc(stream)
fgetws(s, n, stream)
fputwc(c, stream)
fputws(s, stream)
fwide(stream, mode)
fwprintf(stream, format)
fwscanf(stream, format)
getwc(stream)
getwchar()
mbrlen(s, n, ps)
mbrtowc(pwc, s, n, ps)
mbsinit(ps)
mbsrtowcs(dst, src, len, ps)
putwc(c, stream)
putwchar(c)
swprintf(s, n, format)
swscanf(s, format)
ungetwc(c, stream)
vfwprintf(stream, format, arg)
vfwscanf(stream, format, arg)
vswprintf(s, n, format, arg)
vswscanf(s, format, arg)
vwprintf(format, arg)
vwscanf(format, arg)
wcrtomb(s, wc, ps)
wcscat(s1, s2)
wcschr(s, c)
wcscmp(s1, s2)
wcscoll(s1, s2)
wcscpy(s1, s2)
wcscspn(s1, s2)
wcsftime(s, maxsize, format, timeptr)
wcslen(s)
wcsncat(s1, s2, n)
wcsncmp(s1, s2, n)
wcsncpy(s1, s2, n)
wcspbrk(s1, s2)
wcsrchr(s, c)
wcsrtombs(dst, src, len, ps)
wcsspn(s1, s2)
wcsstr(s1, s2)
wcstod(nptr, endptr)
wcstof(nptr, endptr)
wcstok(s1, s2, ptr)
wcstol(nptr, endptr, base)
wcstold(nptr, endptr)
wcstoll(nptr, endptr, base)
wcstoul(nptr, endptr, base)
wcstoull(nptr, endptr, base)
wcsxfrm(s1, s2, n)
wctob(c)
wmemchr(s, c, n)
wmemcmp(s1, s2, n)
wmemcpy(s1, s2, n)
wmemmove(s1, s2, n)
wmemset(s, c, n)
wprintf(format)
wscanf(format)

Structs

NameDescription
mbstate_t

Manifest constants

NameTypeDescription
WEOF

Aliases

NameTypeDescription
wint_t dchar

Authors

Sean Kelly

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)