mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: check number of C function arguments for some cases (#8444)
This commit is contained in:
@@ -16,7 +16,7 @@ fn C.ftell(fp voidptr) int
|
||||
|
||||
fn C.sigaction(int, voidptr, int)
|
||||
|
||||
fn C.open(charptr, int, int) int
|
||||
fn C.open(charptr, int, ...int) int
|
||||
|
||||
fn C.fdopen(int, string) voidptr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user