safec
3.6.0
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Functions | |
wchar_t * | wcsstr (wchar_t *restrict dest, const wchar_t *restrict src) |
The wcsstr() function locates the first occurrence of the wide substring pointed to by src which would be located in the wide string pointed to by dest. More... | |
wchar_t* wcsstr | ( | wchar_t *restrict | dest, |
const wchar_t *restrict | src | ||
) |
The wcsstr() function locates the first occurrence of the wide substring pointed to by src which would be located in the wide string pointed to by dest.
[in] | dest | wide string to be searched for the substring |
[in] | src | pointer to the wide sub string |
pointer | to the found substring, or NULL |