Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!decwrl!fernwood!portal!cup.portal.com!robc From: robc@cup.portal.com (Rob X Cowan) Newsgroups: comp.lang.c Subject: Re: What does char **ch mean? Message-ID: <42079@cup.portal.com> Date: 7 May 91 06:19:56 GMT References: <1991May4.062007.3264@weyrich.UUCP> Distribution: usa Organization: The Portal System (TM) Lines: 8 char **ch and char *ch are not equivalent, but if the reference isn't just a typo, perhaps the author meant that internally a pointer is a pointer is a.. and that a pointer to pointer to a char is much like a pointer to a char at the machine level. Pure conjecture. -Rob robc@cup.portal.com