Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. void dead(char reason_dead[MAX_NUM])
  2. {
  3. printf("Looks like you died.\n");
  4. printf("Sorry about that\n");
  5. printf("Reason for death: %c", reason_dead);
  6. printf("Stay Positive!\nYou'll get it next time!\nI believe in you!");
  7. exit(0);
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement