1: # include   "hangman.h"
   2: 
   3: /*
   4:  * prword:
   5:  *	Print out the current state of the word
   6:  */
   7: prword()
   8: {
   9:     move(KNOWNY, KNOWNX + sizeof "Word: ");
  10:     addstr(Known);
  11:     clrtoeol();
  12: }

Defined functions

prword defined in line 7; used 2 times
Last modified: 1983-01-07
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 727
Valid CSS Valid XHTML 1.0 Strict