Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ init_linkedlist
Function
init_linkedlist
extlibs/minizip/src/zip.c:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
local void init_linkedlist(linkedlist_data* ll)
213
{
214
ll->first_block = ll->last_block = NULL;
215
}
216
217
local void free_linkedlist(linkedlist_data* ll)
218
{
Callers
1
zipOpen3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected