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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user