Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <wchar.h> size_t wcslen(const wchar_t *ws);
|
Return val. | Length of the wide character string ws. The terminating null wide character code ( |
Notes | This version of the C runtime system only supports one-byte characters as wide character codes. A wide character string terminated with the null wide character code ( |
See also | strlen |