RosettaCodeData/Task/Call-a-function-in-a-shared-library/Julia/call-a-function-in-a-shared-library.julia

6 lines
130 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#this example works on Windows
ccall( (:GetDoubleClickTime, "User32"), stdcall,
Uint, (), )
ccall( (:clock, "libc"), Int32, ())