MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / list_add

Function list_add

Bcore/src/main/cpp/Dobby/source/include/list_structure.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30static inline void list_add(struct list_head *new_node, struct list_head *head) {
31 __list_add(new_node, head, head->next);
32}
33
34static inline void __list_del(struct list_head *prev, struct list_head *next) {
35 next->prev = prev;

Callers 1

AddHookEntryMethod · 0.85

Calls 1

__list_addFunction · 0.85

Tested by

no test coverage detected