mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
safer stl/module.nas & add stl/file.nas encapsulated from lib.nas/io
This commit is contained in:
@@ -710,7 +710,7 @@ dylib.dlclose(dlhandle);
|
||||
|
||||
`dylib.dlcall` is used to call the function, the first argument is the function address, make sure this argument is vm_obj and type=obj_extern.
|
||||
|
||||
`dylib.dlclose` is used to unload the library, at the moment that you call the function, all the function addresses that gotten from it are invalid.
|
||||
`dylib.dlclose` is used to unload the library, at the moment that you call the function, all the function addresses that got from it are invalid.
|
||||
|
||||
If get this, Congratulations!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user