Jump to content

Call a function in a shared library: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
m (BaCon and BBC BASIC moved to the BASIC section.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,079:
{{trans|C}}
An embedded program so we can ask the C host to call the shared library function for us.
<syntaxhighlight lang="ecmascriptwren">/* call_shared_library_function.wren */
 
var RTLD_LAZY = 1
Line 2,241:
Same as C example depending on whether fakeimglib.so is present in the current directory or not.
</pre>
 
=={{header|X86-64 Assembly}}==
===UASM 2.52===
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.