# File lib/windows/msvcrt/string.rb, line 43 def strrev(str) return nil if str == 0 Strrev.call(str) end