MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / gzprintf

Function gzprintf

extern/zlib/src/gzwrite.c:430–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) {
431 va_list va;
432 int ret;
433
434 va_start(va, format);
435 ret = gzvprintf(file, format, va);
436 va_end(va);
437 return ret;
438}
439
440#else /* !STDC && !Z_HAVE_STDARG_H */
441

Callers

nothing calls this directly

Calls 4

gzvprintfFunction · 0.85
gz_initFunction · 0.85
gz_zeroFunction · 0.85
gz_compFunction · 0.85

Tested by

no test coverage detected