mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: c2v fixes (#14161)
This commit is contained in:
@@ -482,3 +482,6 @@ fn C.glTexImage2D()
|
||||
|
||||
// used by ios for println
|
||||
fn C.WrappedNSLog(str &u8)
|
||||
|
||||
// absolute value
|
||||
fn C.abs(number int) int
|
||||
|
||||
Reference in New Issue
Block a user