MCPcopy Create free account
hub / github.com/DFHack/dfhack / uivector_init

Function uivector_init

depends/lodepng/lodepng.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246static void uivector_init(uivector* p) {
247 p->data = NULL;
248 p->size = p->allocsize = 0;
249}
250
251/*returns 1 if success, 0 if failure ==> nothing done*/
252static unsigned uivector_push_back(uivector* p, unsigned c) {

Callers 2

deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected