# File lib/windows/msvcrt/string.rb, line 38 def strlen(string) return nil if string == 0 Strlen.call(string) end