|
wcsrchr(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcsrtombs(3) -- convert a wide-character string to a character string (restartable)
|
The wcsrtombs() function converts a string of wide characters indirectly pointed to by src to a corresponding multibyte character string stored in the array pointed to by dst. No more than len bytes a... |
wcsspn(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcsstr(3) -- wide character string manipulation operations
|
The functions implement string manipulation operations over wide character strings. For a detailed description, refer to documents for the respective single-byte counterpart, such as memchr(3). |
wcstod(3) -- convert string to float, double or long double
|
The wcstof(), wcstod() and wcstold() functions are the wide-character versions of the strtof(), strtod() and strtold() functions. Refer to strtod(3) for details. |
wcstof(3) -- convert string to float, double or long double
|
The wcstof(), wcstod() and wcstold() functions are the wide-character versions of the strtof(), strtod() and strtold() functions. Refer to strtod(3) for details. |
wcstoimax(3) -- convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
The wcstol(), wcstoul(), wcstoll(), wcstoull(), wcstoimax() and wcstoumax() functions are wide-character versions of the strtol(), strtoul(), strtoll(), strtoull(), strtoimax() and strtoumax() functio... |
wcstok(3) -- split wide-character string into tokens
|
The wcstok() function is used to isolate sequential tokens in a null-terminated wide character string, str. These tokens are separated in the string by at least one of the characters in sep. The first... |
wcstol(3) -- convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
The wcstol(), wcstoul(), wcstoll(), wcstoull(), wcstoimax() and wcstoumax() functions are wide-character versions of the strtol(), strtoul(), strtoll(), strtoull(), strtoimax() and strtoumax() functio... |
wcstold(3) -- convert string to float, double or long double
|
The wcstof(), wcstod() and wcstold() functions are the wide-character versions of the strtof(), strtod() and strtold() functions. Refer to strtod(3) for details. |
wcstoll(3) -- convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
The wcstol(), wcstoul(), wcstoll(), wcstoull(), wcstoimax() and wcstoumax() functions are wide-character versions of the strtol(), strtoul(), strtoll(), strtoull(), strtoimax() and strtoumax() functio... |
wcstombs(3) -- multibyte character support for C
|
The basic elements of some written natural languages such as Chinese cannot be represented uniquely with single C chars. The C standard supports two different ways of dealing with extended natural lan... |
wcstoul(3) -- convert a wide character string value to a long, unsigned long, long long, unsigned long long, intma...
|
The wcstol(), wcstoul(), wcstoll(), wcstoull(), wcstoimax() and wcstoumax() functions are wide-character versions of the strtol(), strtoul(), strtoll(), strtoull(), strtoimax() and strtoumax() functio... |