1 2 3 4 5 6
#include <wchar.h> wchar_t *wcswcs(const wchar_t *haystack, const wchar_t *needle) { return wcsstr(haystack, needle); }