In article <10FEB199510434549 at seqvax.caltech.edu>,
David Mathog <mathog at seqvax.caltech.edu> wrote:
>Here is one of (many) ways to do it cleanly, just replace
>
> static char *bad = "ABCDEF";
>
> with
>
> static char bad[6] = "ABCDEF";
I think 7 would be better than 6...
Jon
__@/