X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 2 Dec 2006 20:36:25 -0500 Message-Id: <200612030136.kB31aPZl029891@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <4572251A.680BFA98@yahoo.com> (message from CBFalconer on Sat, 02 Dec 2006 20:15:06 -0500) Subject: Re: string.h -- memccpy() prototype uses "int c, size_t n" w/o leading underscores References: <1165096766 DOT 030159 DOT 105280 AT f1g2000cwa DOT googlegroups DOT com> <4572251A DOT 680BFA98 AT yahoo DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Why should it? The scope of those names is only the memccpy() > function. The only thing that can foul it is a previous "#define c > whatever" statement, etc. or a file scope declaration of c (and I > assume nobody would be that stupid). That's exactly what we're trying to prevent (and yes, people are that stupid).