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

Function list_add_tail

src/include/list.h:112–115  ·  view source on GitHub ↗

* list_add_tail - add a new_entry entry * @new_entry: new_entry entry to be added * @head: list head to add it before * * Insert a new_entry entry before the specified head. * This is useful for implementing queues. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

itemNewFunction · 0.85
txtAddNodeFunction · 0.85
mglist_get_sort_indexFunction · 0.85
mglist_add_itemFunction · 0.85
mglist_move_itemFunction · 0.85
mglist_select_itemFunction · 0.85
MLSHADOW_SetVideoModeFunction · 0.85
list_concatFunction · 0.85
list_moveFunction · 0.85

Calls 1

__list_addFunction · 0.85

Tested by

no test coverage detected