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

Function gzprintf

freebsd/contrib/zstd/zlibWrapper/gzwrite.c:457–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

test_gzioFunction · 0.50
test_gzioFunction · 0.50

Calls 1

gzvprintfFunction · 0.70

Tested by 2

test_gzioFunction · 0.40
test_gzioFunction · 0.40