Annotation of 43BSD/games/hangman/prword.c, revision 1.1.1.1

1.1       root        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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.