dietlibc
dietlibc copied to clipboard
Error in function wcsstr
Function wcsstr return null if argument "haystack" ends with "needle". Ex: wchar_t *x = L"string"; wchar_t *f = L"ng"; wchar_t *r = wcsstr(x, f); // IS NULL