mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
builtin: use NSLog on iOS for print (#9665)
This commit is contained in:
parent
64391efa4d
commit
38c517c1a2
5 changed files with 40 additions and 0 deletions
|
@ -451,3 +451,6 @@ fn C.dup2(oldfd int, newfd int) int
|
|||
|
||||
// used by gl, stbi, freetype
|
||||
fn C.glTexImage2D()
|
||||
|
||||
// used by ios for println
|
||||
fn C.WrappedNSLog(str &byte)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue