ci: fix build-vc job (use more precise C.fprintf declaration)

pull/9611/head
Delyan Angelov 2021-04-05 22:24:17 +03:00
parent 1899845582
commit 5f07c583fb
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -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