鏈隊列的基本操做

將隊列的基本運算實現 EnQueue() DeQueue() InitQueue()  GetHead() QueueEmpty() QueueLength() 寫在queue.c中,對應的函數原型寫在queue.h中。node queue.h函數 #ifndef QUEUE_H_INCLUDED #define QUEUE_H_INCLUDED #include <stdio.h> #inclu
相關文章
相關標籤/搜索