Word
printw("Sorry, the word was \"%s\"\n", Word);
char Word[BUFSIZ], Known[BUFSIZ];
for (i = 0; Word[i] != '\0'; i++)
if (Word[i] == ch) {
if (fgets(Word, BUFSIZ, inf) == NULL)
if (fgets(Word, BUFSIZ, inf) == NULL)
Word[strlen(Word) - 1] = '\0';
if (strlen(Word) < Minlen)
for (wp = Word; *wp; wp++)
wp = Word;
extern char Word[], Known[];
extern int PutWord(uint32_t Word);
MPT_2_HOST32(rp, FWVersion.Word);
printf("\tFW Version 0x%08x\n", msg->FWVersion.Word);
U32 Word;