This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: String functions: strupr & strlwr
- To: Pascal Francq <pfrancq at ulb dot ac dot be>
- Subject: Re: String functions: strupr & strlwr
- From: Alfred Perlstein <bright at wintelcom dot net>
- Date: Sat, 1 Jan 2000 19:30:09 -0800 (PST)
- cc: gcc at gcc dot gnu dot org
On Sat, 1 Jan 2000, Pascal Francq wrote:
> I can't find the functions "strupr" and "strlwr" to transform a string in
> upper- and lowercase.
They are probably extentions to a C library you were using before,
egcs is just the compiler, not the C library, you'll want to take
this up with your C library vendor or write your own versions of
these functions.
-Alfred