ILE C/C++ Run-Time Library Functions


<wcstr.h>

The<wcstr.h> include file declares the multibyte functions:

wcscat
wcschr
wcscmp
wcscpy
wcscspn
wcslen
wcsncat
wcsncmp
wcsncpy
wcspbrk
wcsspn
wcsrchr
wcswcs

<wcstr.h> also defines the types size_t, NULL, and wchar_t.

For more information on NULL and the types size_t and wchar_t, see <stddef.h>.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]