|
safec 3.9
Safe C Library - ISO TR24731 Bounds Checking Interface
|
#include "safe_str_lib.h"
Include dependency graph for wcsstr.c: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. | |
| 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 |