Skip to content
Snippets Groups Projects

Resolve "Add peek function"

Merged narindra.rajohnso requested to merge 7-add-peek-function into main
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
<<<<<<< HEAD
#include <stdio.h>
#include <stdio.h>
#include "stack.h"
#include "stack.h"
@@ -7,6 +6,3 @@ void peek(stack s, int *value){
@@ -7,6 +6,3 @@ void peek(stack s, int *value){
*value=s.data[s.top];
*value=s.data[s.top];
}
}
}
}
=======
#include "stack.h"
>>>>>>> main
Loading