1
0
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:
Alexander Medvednikov
2022-01-19 15:26:24 +03:00
parent c48a9e71f5
commit 38d3239b50
4 changed files with 7 additions and 3 deletions

View File

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