mirror of
https://github.com/by777/dataStructureForC.git
synced 2026-02-03 18:13:16 +08:00
优化及debug
This commit is contained in:
@@ -156,7 +156,7 @@ int main()
|
||||
if (i)
|
||||
{
|
||||
printf("inited! \n");
|
||||
printf("是否空队列?", QueueEmpty(q));
|
||||
printf("Empty? 1 or 0: %d\n", QueueEmpty(q));
|
||||
}
|
||||
EnQueue(&q, -5);
|
||||
EnQueue(&q, 5);
|
||||
|
||||
Reference in New Issue
Block a user