ci: fix build-vc job (use more precise C.fprintf declaration)
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.snprintf(str &char, size size_t, format &char, opt ...voidptr) int
|
||||||
|
|
||||||
fn C.fprintf(&char, ...&char)
|
fn C.fprintf(voidptr, &char, ...voidptr)
|
||||||
|
|
||||||
[trusted]
|
[trusted]
|
||||||
fn C.WIFEXITED(status int) bool
|
fn C.WIFEXITED(status int) bool
|
||||||
|
|
Loading…
Reference in New Issue