mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
vlib: update doc comments (#19231)
This commit is contained in:
parent
78c34326f1
commit
f755118e7c
13 changed files with 22 additions and 20 deletions
|
@ -23,7 +23,7 @@ fn C.dlclose(handle voidptr) int
|
|||
|
||||
fn C.dlerror() &char
|
||||
|
||||
// open loads the dynamic shared object.
|
||||
// open loads a given dynamic shared object.
|
||||
pub fn open(filename string, flags int) voidptr {
|
||||
return C.dlopen(&char(filename.str), flags)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue