5 lines
130 B
Text
5 lines
130 B
Text
#this example works on Windows
|
|
ccall( (:GetDoubleClickTime, "User32"), stdcall,
|
|
Uint, (), )
|
|
|
|
ccall( (:clock, "libc"), Int32, ())
|