Searched defs:LNode (Results 1 - 1 of 1) sorted by relevance

/external/srec/seti/sltsEngine/include/
H A Dlinklist.h23 typedef struct LNode { struct
25 struct LNode *next;
26 struct LNode *prev;
27 }LNode; typedef in typeref:struct:LNode
30 struct LNode *head;
31 struct LNode *curr;
32 struct LNode *tail;

Completed in 575 milliseconds