libc.obj: export missed vfprintf (#634)
Build system / Build (en_US) (push) Successful in 2m36s
Build system / Build (es_ES) (push) Successful in 2m38s
Build system / Build (ru_RU) (push) Successful in 2m41s
Build system / Publish Images (push) Successful in 2m9s

The `vfprintf` function is declared in the header files, but is not exported in the library.

Reviewed-on: #634
Co-authored-by: Egor00f <y.yarin@inbox.ru>
This commit was merged in pull request #634.
This commit is contained in:
2026-08-06 13:52:14 +00:00
committed by Egor00f
parent 3c2bdfb418
commit da0e6f492b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ fgetpos
fgets
fopen
fprintf
vfprintf
fputc
fputs
fread
@@ -204,6 +204,7 @@ ksys_dll_t EXPORTS[] = {
{ "tmpfile", &tmpfile },
{ "tmpnam", &tmpnam },
{ "vfscanf", &vfscanf },
{ "vfprintf", &vfprintf },
{ "vprintf", &vprintf },
{ "vfscanf", &vfscanf },
{ "vsprintf", &vsprintf },