Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ ll_init
Function
ll_init
emmy_hook/src/libpe/llist.cpp:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
item->data = DATA
30
31
void ll_init( ll_t *ll )
32
{
33
ll->head = NULL;
34
ll->tail = NULL;
35
ll->elements = 0;
36
}
37
38
void ll_append( ll_t *ll, void *data )
39
{
Callers
3
peParseExportTable
Function · 0.85
peParseImportTable
Function · 0.85
peExtractStrings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected