diff options
Diffstat (limited to 'huffman.c')
-rw-r--r-- | huffman.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ #include <time.h> #include "nmglobal.h" +#include "randnum.h" /************************ @@ -172,7 +173,7 @@ char *wordptr; /* Pointer to word from catalog */ */ #define WORDCATSIZE 50 -const char * wordcatarray[WORDCATSIZE] = { +char * wordcatarray[WORDCATSIZE] = { "Hello", "He", "Him", "the", "this", "that", "though", "rough", "cough", "obviously", "But", "but", "bye", "begin", "beginning", "beginnings", "of", "our", "ourselves", "yourselves", "to", "together", "togetherness", "from", "either", "I", "A", "return", "However", "that", |