mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
8 lines
304 B
Odin
8 lines
304 B
Odin
/*
|
|
Package core:dynlib implements loading of shared libraries/DLLs and their symbols.
|
|
|
|
The behaviour of dynamically loaded libraries is specific to the target platform of the program.
|
|
For in depth detail on the underlying behaviour please refer to your target platform's documentation.
|
|
*/
|
|
package dynlib
|