Call a function in a shared library: Difference between revisions

Content added Content deleted
No edit summary
Line 302: Line 302:
}
}
}</lang>
}</lang>

=={{header|Julia}}==
<lang julia>#ccall((symbol, library), RetType, (ArgType1, ...), ArgVar1, ...)
ccall( (:GetDoubleClickTime, "User32"), stdcall,
Uint, (), )</lang>


=={{header|Maple}}==
=={{header|Maple}}==