Skip to content
Snippets Groups Projects
Commit d3ad4a59 authored by gawen.ackerman's avatar gawen.ackerman :robot:
Browse files

Ajout entête fonction queue_dequeue in queue.h

parent 2baac242
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,6 @@ typedef struct _queue { ...@@ -8,5 +8,6 @@ typedef struct _queue {
} queue; } queue;
bool is_empty(queue q); bool is_empty(queue q);
int queue_dequeue(queue *q);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment