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
Branches
No related tags found
1 merge request!56Update cours_9.md
...@@ -327,7 +327,7 @@ int stack_pop(stack *s) { ...@@ -327,7 +327,7 @@ int stack_pop(stack *s) {
. . . . . .
```C ```C
int stack_peek(stack *s) { int stack_peek(stack s) {
return s->data[s->top]; return s->data[s->top];
} }
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment