MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / gzprintf

Function gzprintf

ZLib/gzwrite.c:372–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372int ZEXPORTVA gzprintf(gzFile file, const char *format, ...)
373{
374 va_list va;
375 int ret;
376
377 va_start(va, format);
378 ret = gzvprintf(file, format, va);
379 va_end(va);
380 return ret;
381}
382
383#else /* !STDC && !Z_HAVE_STDARG_H */
384

Callers

nothing calls this directly

Calls 1

gzvprintfFunction · 0.85

Tested by

no test coverage detected