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

Update cours_9.md

parent 3229d576
Branches
No related tags found
No related merge requests found
...@@ -327,8 +327,8 @@ int stack_pop(stack *s) { ...@@ -327,8 +327,8 @@ 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