Searched defs:listNode (Results 1 – 1 of 1) sorted by relevance
36 typedef struct listNode { struct37 struct listNode *prev; argument38 struct listNode *next; argument40 } listNode; typedef