From 29b7d942bfe9a92b5c3124e235fa54b5de31dccf Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 13 Aug 1999 05:37:52 +0000 Subject: remove marshal/gtk/kconv git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/Win32API/getch.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ext/Win32API/getch.rb (limited to 'ext/Win32API/getch.rb') diff --git a/ext/Win32API/getch.rb b/ext/Win32API/getch.rb new file mode 100644 index 000000000..c015bbe9b --- /dev/null +++ b/ext/Win32API/getch.rb @@ -0,0 +1,5 @@ +require 'Win32API' + +getch = Win32API.new("crtdll", "_getch", [], 'L') + +puts getch.Call.chr -- cgit