mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: c2v rune comparison fix
This commit is contained in:
parent
3732db2bcc
commit
1e9156fd71
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue