Searched defs:_list_t (Results 1 – 3 of 3) sorted by relevance
15 struct _list_t { struct17 struct _list_t *next; // pointer to next node argument
37 typedef struct _list_node *_list_t; typedef