# File lib/windows/msvcrt/io.rb, line 103
         def fgetws(str, n, stream)
            Fgetws.call(str, n, stream)
         end