# File lib/windows/msvcrt/io.rb, line 99
         def fgets(str, n, stream)
            Fgets.call(str, n, stream)
         end