mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
parent
a69b0b7224
commit
13148e0b56
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ module iconv
|
|||
|
||||
#flag darwin -liconv
|
||||
#flag openbsd -L/usr/local/lib -liconv
|
||||
#flag termux -L/data/data/com.termux/files/usr/lib -liconv
|
||||
|
||||
fn C.iconv_open(tocode charptr, fromcode charptr) voidptr
|
||||
fn C.iconv_close(cd voidptr) int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue