WCHAR.H(3HEAD) | Headers | WCHAR.H(3HEAD) |
wchar.h, wchar - wide-character handling
#include <wchar.h>
The <wchar.h> header defines the following types:
wchar_t
wint_t
wctype_t
mbstate_t
FILE
size_t
va_list
The implementation supports one or more programming environments in which the width of wint_t is no greater than the width of type long. The names of these programming environments can be obtained using the confstr(3C) function or the getconf(1) utility.
The <wchar.h> header defines the following macros:
WCHAR_MAX
WCHAR_MIN
WEOF
NULL
The tag tm is declared as naming an incomplete structure type, the contents of which are described in the header <time.h>.
Inclusion of the <wchar.h> header can make visible all symbols from the headers <ctype.h>, <string.h>, <stdarg.h>, <stddef.h>, <stdio.h>, <stdlib.h>, and <time.h>.
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Standard |
getconf(1), btowc(3C), confstr(3C), fgetwc(3C), fputwc(3C), fputws(3C), fwide(3C), fwprintf(3C), fwscanf(3C), getwc(3C), getwchar(3C), getws(3C), iswalpha(3C), iswctype(3C), mbrlen(3C), mbrtowc(3C), mbsinit(3C), mbsrtowcs(3C), towlower(3C), towupper(3C), ungetwc(3C), vfwprintf(3C), wcpcpy(3C), wcrtomb(3C), wcscasecmp(3C), wcscoll(3C), wcsdup(3C), wcsftime(3C), wcslcat(3C), wcslcpy(3C), wcslen(3C), wcsrtombs(3C), wcsstr(3C), wcstod(3C), wcstol(3C), wcstoul(3C), wcstring(3C), wcswidth(3C), wcsxfrm(3C), wctob(3C), wctype(3C), wcwidth(3C), wmemchr(3C), wmemcmp(3C), wmemcpy(3C), wmemmove(3C), wmemset(3C), stdarg(3EXT), stddef.h(3HEAD), stdio.h(3HEAD), stdlib.h(3HEAD), string.h(3HEAD), time.h(3HEAD), wctype.h(3HEAD), attributes(7), standards(7)
December 28, 2024 | OmniOS |