You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
int pull_card(pile *q,pile *disc,int* counter,int state,FILE *log);//a very good strategy is to embed the pile_empty detection into the pull_card function since every time we pull a card, we need to check the validity
void clear_pile(pile *q);
void tell_card(int x,FILE *log,int state); //tell the suit and rank of the card