mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: c2v fixes
This commit is contained in:
@@ -171,6 +171,9 @@ fn C.tolower(c int) int
|
||||
[trusted]
|
||||
fn C.toupper(c int) int
|
||||
|
||||
[trusted]
|
||||
fn C.strchr(s &char, c int) &char
|
||||
|
||||
[trusted]
|
||||
fn C.getchar() int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user