Document core:dynlib

This commit is contained in:
Lucas Perlind
2023-03-02 19:20:45 +11:00
parent 162628000f
commit bb72c804fb
2 changed files with 88 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
/*
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