MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / mz_version

Function mz_version

SampleFramework12/v1.00/TinyEXR.cpp:1482–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1480}
1481
1482const char *mz_version(void) { return MZ_VERSION; }
1483
1484int mz_deflateInit(mz_streamp pStream, int level) {
1485 return mz_deflateInit2(pStream, level, MZ_DEFLATED, MZ_DEFAULT_WINDOW_BITS, 9,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected