MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / list_add

Function list_add

src/include/list.h:99–102  ·  view source on GitHub ↗

* list_add - add a new_entry entry * @new_entry: new_entry entry to be added * @head: list head to add it after * * Insert a new_entry entry after the specified head. * This is good for implementing stacks. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

txtAddNodeFunction · 0.85
mglist_add_itemFunction · 0.85
gal_vmbucket_initFunction · 0.85
gal_vmbucket_allocFunction · 0.85
GFX_AllocHWSurfaceFunction · 0.85
SetTextColorInTextRunsFunction · 0.85
reorder_runs_recurseFunction · 0.85

Calls 1

__list_addFunction · 0.85

Tested by

no test coverage detected