Added function to move cards between stacks.
This commit is contained in:
@@ -15,5 +15,6 @@ bool empty(struct stack *);
|
||||
int length(struct stack *);
|
||||
void push(struct stack **, struct card *);
|
||||
struct stack *pop(struct stack **);
|
||||
void move_card(struct stack **, struct stack **);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user