#include <stdio.h> /* printf */
#include <stdlib.h> /* for malloc */
#include <string.h> /* strcpy */

#define WORDSIZE 20

int compare2strs( const void *a, const void *b );
void n( char...