Skip to content
Snippets Groups Projects
Commit 168270e6 authored by radhwan.hassine's avatar radhwan.hassine :meat_on_bone:
Browse files

Update cours_9.md

parent 3229d576
No related branches found
No related tags found
No related merge requests found
Pipeline #27282 failed
......@@ -327,7 +327,7 @@ int stack_pop(stack *s) {
. . .
```C
int stack_peek(stack *s) {
int stack_peek(stack s) {
return s->data[s->top];
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment