Fixed malloc() and pop().
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ struct stack *initialize_stack();
|
||||
bool empty(struct stack *);
|
||||
int length(struct stack *);
|
||||
void push(struct stack **, struct card *);
|
||||
struct stack *pop(struct stack *);
|
||||
struct stack *pop(struct stack **);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user