Advertisement
makos

Untitled

Jul 22nd, 2011
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. int menu() {
  2.     int choice;
  3.    
  4.     printf("1. Destroy this place.\n"
  5.             "2. Kill myself.\n"
  6.             "3. Get out from here.\n"
  7.             "> ");
  8.     scanf("%d", &choice);
  9.     return choice;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement