# File lib/autotest/menu.rb, line 8
    def self.getchar
      Win32API.new("crtdll", "_getch", [], "L").Call
    end