Date: Fri, 12 Feb 1999 16:20:42 -0500 Message-Id: <199902122120.QAA21593@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <199902122054.PAA16714@delorie.com> (message from Robert Hoehne on Fri, 12 Feb 1999 21:55:17 +0100) Subject: Re: ctype functions References: <199902112029 DOT PAA12141 AT delorie DOT com> (message from Robert Hoehne on Thu, 11 Feb 1999 21:29:47 +0100) <199902122054 DOT PAA16714 AT delorie DOT com> Reply-To: djgpp-workers AT delorie DOT com We should fix our files in these cases, they're clearly wrong. > int > stricmp(const char *s1, const char *s2) > { > while (tolower(*s1) == tolower(*s2))