MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / write

Function write

samples/zlib/iostream2/zstream.h:264–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 */
263template <class T, class Items>
264inline int write(ozstream& zs, const T* x, Items items) {
265 return ::gzwrite(zs.fp(), (voidp) x, items*sizeof(T));
266}
267
268/*
269 * Binary output with the '<' operator.

Callers

nothing calls this directly

Calls 1

fpMethod · 0.45

Tested by

no test coverage detected