[comp.lang.c] to Rich W.

SERGEANT%ITHACA.BITNET@wiscvm.wisc.EDU (11/19/87)

|| char *str[12];      {=array of strings??????}

I don't know if that will do it-- looks like it says "pointer to the
twelth element of str...". In other words, you would only advance the
current pointer position to the twelth cell, which is not the same as
pointing to the next array of size twelve.