#if 0 #include wchar_t * wcsstr(const wchar_t * s1, const wchar_t * s2) { SIGNAL_SAFE(0); (void)s2; return (wchar_t*)s1; } /* STDC(199409) */ #endif