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

Function zmemzero

extern/zlib/src/zutil.c:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) {
162 if (len == 0) return;
163 do {
164 *dest++ = 0; /* ??? to be unrolled */
165 } while (--len != 0);
166}
167#endif
168
169#ifndef Z_SOLO

Callers 1

fill_windowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected