]>
wirehaze git hosting - ppos.git/blob - queue/queue.c
4afa4a50164859b822cc86b060d4eada937977c0
1 // PingPongOS - PingPong Operating System
2 // Prof. Carlos A. Maziero, DINF UFPR
3 // Versão 2.0 -- Junho de 2025
5 // Implementação do TAD fila genérica
19 struct node_t
*iterator
;