MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / gzprintf

Function gzprintf

extlibs/minizip/src/gzwrite.c:492–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492int ZEXPORTVA gzprintf(gzFile file, const char* format, ...)
493{
494 va_list va;
495 int ret;
496
497 va_start(va, format);
498 ret = gzvprintf(file, format, va);
499 va_end(va);
500 return ret;
501}
502
503#else /* !STDC && !Z_HAVE_STDARG_H */
504

Callers

nothing calls this directly

Calls 1

gzvprintfFunction · 0.85

Tested by

no test coverage detected