doc.odin 304 B

1234567
  1. /*
  2. Package core:dynlib implements loading of shared libraries/DLLs and their symbols.
  3. The behaviour of dynamically loaded libraries is specific to the target platform of the program.
  4. For in depth detail on the underlying behaviour please refer to your target platform's documentation.
  5. */
  6. package dynlib