MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gzprintf

Function gzprintf

freebsd/contrib/zlib/gzwrite.c:454–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454int ZEXPORTVA gzprintf(gzFile file, const char *format, ...)
455{
456 va_list va;
457 int ret;
458
459 va_start(va, format);
460 ret = gzvprintf(file, format, va);
461 va_end(va);
462 return ret;
463}
464
465#else /* !STDC && !Z_HAVE_STDARG_H */
466

Callers 1

test_gzioFunction · 0.50

Calls 1

gzvprintfFunction · 0.70

Tested by 1

test_gzioFunction · 0.40