|
3.
Library Functions: A
| B | C | D
| E | F | G
| H | I | J
| K | L | M
| N | O | P
| Q | R | S
| T | U | V
| W |
X | Y | Z
WrongNumArgs
- generate standard error message for wrong number of arguments
wcpcpy - copy a wide
character string, returning a pointer to its end
wcpncpy - copy a
fixed-size string of wide characters, returning a pointer to its end
wcrtomb - convert
a wide character to a multibyte sequence
wcscasecmp -
compare two wide-character strings, ignoring case
wcscat - concatenate
two wide-character strings
wcschr - search a
wide character in a wide-character string
wcscmp - compare
two wide-character strings
wcscpy - copy a wide
character string
wcscspn - search
a wide-character string for any of a set of wide characters
wcsdup - duplicate
a wide-character string
wcslen - determine
the length of a wide-character string
wcsncasecmp
- compare two fixed-size wide-character strings, ignoring case
wcsncat - concatenate
two wide-character strings
wcsncmp - compare
two fixed-size wide-character strings
wcsncpy - copy a
fixed-size string of wide characters
wcsnlen - determine
the length of a fixed-size wide-character string
wcsnrtombs -
convert a wide character string to a multibyte string
wcspbrk - search
a wide-character string for any of a set of wide characters
wcsrchr - search
a wide character in a wide-character string
wcsrtombs - convert
a wide character string to a multibyte string
wcsspn - advance
in a wide-character string, skipping any of a set of wide characters
wcsstr - locate a
substring in a wide-character string
wcstok - split wide-character
string into tokens
wcstombs - convert
a wide character string to a multibyte string
wcswidth - determine
columns needed for a fixed-size wide character string
wctob - try to represent
a wide character as a single byte
wctomb - convert
a wide character to a multibyte sequence
wctrans - wide character
translation mapping
wctype - wide character
classification
wcwidth - determine
columns needed for a wide character
wmemchr - search
a wide character in a wide-character array
wmemcmp - compare
two arrays of wide-characters
wmemcpy - copy an
array of wide-characters
wmemmove - copy
an array of wide-characters
wmemset - fill an
array of wide-characters with a constant wide character
wprintf
writev
|