Skip to content
Snippets Groups Projects

add function stack_push

Merged richarda.tyarks requested to merge 5-add-push-function into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
#include <stdlib.h>
#include "stack.h"
#define DEFAULT_CAPACITY 4
Loading