Loading...
Searching...
No Matches
Go to the documentation of this file.
12#ifndef dom_utils_list_h_
13#define dom_utils_list_h_
27static inline void list_init(
struct list_entry *ent)
52static inline void list_del(
struct list_entry *ent)
struct list_entry * next
Definition list.h:19
struct list_entry * prev
Definition list.h:18