Table of Contents
wcsstr
C Sourcecode Example
output
wcsstr
#include <wchar.h> wchar_t *wcsstr(const wchar_t *restrict, const wchar_t *restrict);
return value
C Sourcecode Example
no example yet
output