# File lib/windows/msvcrt/string.rb, line 70 def wcscmp(str1, str2) if str1 == 0 || str2 == 0 return nil end Wcscmp.call(str1, str2) end