Call a function in a shared library: Difference between revisions

m
corrected categorization of task
m (corrected categorization of task)
Line 1:
{{task|Programming environment operations}}
{{task}}
Show how to call a function in a shared library (without dynamically linking to it at compile-time). In particular, show how to call the shared library function if the library is available, otherwise use an internal equivalent function.
=={{header|AutoHotkey}}==
Anonymous user