MCPcopy 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
31void ll_init( ll_t *ll )
32{
33 ll->head = NULL;
34 ll->tail = NULL;
35 ll->elements = 0;
36}
37
38void ll_append( ll_t *ll, void *data )
39{

Callers 3

peParseExportTableFunction · 0.85
peParseImportTableFunction · 0.85
peExtractStringsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected