RosettaCodeData/Task/Call-a-function-in-a-shared-library/Julia/call-a-function-in-a-shared-library.julia
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

5 lines
130 B
Text

#this example works on Windows
ccall( (:GetDoubleClickTime, "User32"), stdcall,
Uint, (), )
ccall( (:clock, "libc"), Int32, ())