1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

checker: c2v rune comparison fix

This commit is contained in:
Alexander Medvednikov
2022-05-04 06:49:45 +03:00
parent 3732db2bcc
commit 1e9156fd71
2 changed files with 4 additions and 1 deletions

View File

@ -93,6 +93,8 @@ fn C._execve(cmd_path &char, args voidptr, envs voidptr) int
fn C._execvp(cmd_path &char, args &&char) int
fn C.strcmp(s1 &char, s2 &char) int
[trusted]
fn C.fork() int