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

Function vector8_copy

Protocols/AppleImageCodec/picopng.c:273–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273VECTOR_8 *vector8_copy(VECTOR_8 *p)
274{
275 VECTOR_8 *q = vector8_new(p->size, 0);
276 UINT32 n;
277 for (n = 0; n < q->size; n++)
278 q->data[n] = p->data[n];
279 return q;
280}
281
282/*************************************************************************************************/
283

Callers 1

PNG_decodeFunction · 0.85

Calls 1

vector8_newFunction · 0.85

Tested by

no test coverage detected