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