builtin: use NSLog on iOS for print (#9665)

This commit is contained in:
Leah Lundqvist 2021-04-10 16:40:43 +02:00 committed by GitHub
parent 64391efa4d
commit 38c517c1a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 0 deletions

View file

@ -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)