Searched defs:Myque (Results 1 – 1 of 1) sorted by relevance
467 struct Myque { struct468 struct Myque *next; argument469 struct Myque *prev; argument472 int CountQue(Myque *head) in CountQue() argument