Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ vector8_init
Function
vector8_init
Protocols/AppleImageCodec/picopng.c:258–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
void vector8_init(VECTOR_8 *p)
259
{
260
p->data = NULL;
261
p->size = p->allocsize = 0;
262
}
263
264
VECTOR_8 *vector8_new(UINT32 size, UINT8 value)
265
{
Callers
1
vector8_new
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected