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>.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.