Back to slide -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'          hangman.c - The function initHangman of main.Lecture 1 - slide 3 : 22
Program 3

void initHangman (void){
  srand(time(NULL));
  initPuzzles("puzzles.txt");
}