MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / vector32_init

Function vector32_init

Protocols/AppleImageCodec/picopng.c:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void vector32_init(VECTOR_32 *p)
202{
203 p->data = NULL;
204 p->size = p->allocsize = 0;
205}
206
207VECTOR_32 *vector32_new(UINT32 size, UINT32 value)
208{

Callers 1

vector32_newFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected