summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/ext/dl/sample/getch.rb
blob: 3f7261c9792b5b3586e75599f05bea8050878d50 (plain)
1
2
3
4
5
require 'dl'

crtdll = DL::dlopen("crtdll")
getch  = crtdll['_getch', 'L']
print(getch.call, "\n")