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