This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: String functions: strupr & strlwr


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]