From: Damian Yerrick Newsgroups: comp.lang.c,comp.os.msdos.djgpp Subject: Re: what's this mean? Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <3a267c5f DOT 0 AT news DOT syr DOT edu> <906dla$lj3$1 AT news5 DOT isdnet DOT net> <906ick$9n4$1 AT news2 DOT isdnet DOT net> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Lines: 18 X-Trace: /wLwTazQnl8Cb3iYqUZszX14ENiv62s001TsgugpbZj36WgAvK2q/JaDEIe6smVrts60hyDec3VW!KqLC3WT+SeAU1PzGlJlfMSYfFKo4IjSKCewe749tlFT8UX1oFwLc/vDAYrK/7RE1UNOANpnj73Tn!SdD6OQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 01 Dec 2000 02:30:12 GMT Distribution: world Date: Fri, 01 Dec 2000 02:30:12 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 30 Nov 2000 22:55:24 +0100, "-hs-" wrote: >Damian Yerrick a écrit dans le message ... >>On Thu, 30 Nov 2000 21:34:43 +0100, "-hs-" >> wrote: >> >>>void mem_err(char const *, char const *) >> >>YM const char *. > > >'const char *' and 'char const *' are the same thing (Constant pointed >value) > >'char * const' is something else. (Constant pointer) I stand corrected.