Loading...
Select Version
&pagelevel(3)&pagelevel
This section describes the following functions, macros and external variables:
- wcrtomb - Convert wide character to multibyte character
- wcscat - Concatenate two wide character strings
- wcschr - Scan wide character string for wide characters
- wcscmp - Compare two wide character strings
- wcscoll - Compare two wide character strings according to LC_COLLATE
- wcscpy - Copy wide character string
- wcscspn - Get length of complementary wide character substring
- wcsftime - Convert date and time to wide character string
- wcslen - Get length of wide character string
- wcsncat - Concatenate two wide character substrings
- wcsncmp - Compare two wide character substrings
- wcsncpy - Copy wide character substring
- wcspbrk - Get first occurrence of wide character in wide character string
- wcsrchr - Get last occurrence of wide character in wide character string
- wcsrtombs - Convert wide character string to multibyte character string
- wcsspn - Get length of wide character substring
- wcsstr - Find first occurrence of wide character string
- wcstod, wcstof, wcstold - Convert wide character string to floating-point number
- wcstoimax - convert wide character string to integer of type intmax_t
- wcstok - Split wide character string into tokens
- wcstol - Convert wide character string to long integer
- wcstoll - Convert a wide character string to a whole number (long long)
- wcstombs - Convert wide characters to multibyte strings
- wcstoul - Convert wide character string to unsigned long
- wcstoull - Convert wide character string to whole number (unsigned long long)
- wcstoumax - convert wide character string to integer of type uintmax_t
- wcsxfrm - Transform wide character string
- wctob - Convert wide character to (one-byte) multibyte character
- wctomb - Convert wide character to multibyte character
- wctrans - Define mapping between wide characters
- wctype - Define wide character class
- wmemchr - First occurrence of wide character in wide character string
- wmemcmp - Compare two wide character strings
- wmemcpy - Copy wide character string
- wmemmove - Copy wide character string to memory with overlapping areas
- wmemset - Set n wide characters in wide character string
- wprintf - Formatted output to standard output (wide character format)
- write - Write to a file (elementary)
- wscanf - Read formatted input