On Nov 12, 2006, at 6:46 PM, Chip Salzenberg wrote:

   char *p, q;     /* not misleading, at least */

Here we see clearly expressed that both *p and q are of type char.

I think it IS misleading.  I would do this as:

    char *p;
    char q;

As MJD says, it's better to look than to think.

--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance




Reply via email to