mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix build-vc job (use more precise C.fprintf declaration)
This commit is contained in:
parent
1899845582
commit
5f07c583fb
@ -173,7 +173,7 @@ fn C.strerror(int) &char
|
||||
|
||||
fn C.snprintf(str &char, size size_t, format &char, opt ...voidptr) int
|
||||
|
||||
fn C.fprintf(&char, ...&char)
|
||||
fn C.fprintf(voidptr, &char, ...voidptr)
|
||||
|
||||
[trusted]
|
||||
fn C.WIFEXITED(status int) bool
|
||||
|
Loading…
Reference in New Issue
Block a user