Areed.193 net.news utzoo!decvax!duke!reed!rico Sat Nov 7 17:31:45 1981 bimbo #define NCHAR 5 /* max. # chars in name */ char *words[] = { "asynchronous ", "binary ", "control ", "digital ", "electronic ", "full-", "global ", "half-", "information ", "junior ", "kilo-", "lattice ", "message ", "nocturnal ", "orthogonal ", "polling ", "quasi-", "redundant ", "switching ", "telecom ", "universal ", "votrax ", "wasted ", "extraterrestrial ", "yak ", "zilch " }; /* * bimbo */ main( ) { register i, j, c; static char name[NCHAR+1], used[26]; long time( ); srand( (int)time( (long *)0)); j = rand( )%NCHAR + 1; for (i=0; i