upperword(str) char * str; { while ( *str++ = toupper(*str)) ; }