MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / uivector_init

Function uivector_init

src/lodepng.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170static void uivector_init(uivector* p)
171{
172 p->data = NULL;
173 p->size = p->allocsize = 0;
174}
175
176#ifdef LODEPNG_COMPILE_ENCODER
177/*returns 1 if success, 0 if failure ==> nothing done*/

Callers 4

coin_initFunction · 0.85
deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected