# File lib/windows/msvcrt/io.rb, line 75
         def fdopen(fd, mode)
            Fdopen.call(fd, mode)
         end