Mail Archives: djgpp/1996/07/04/23:52:20
Reply to message 7630647 from ORLY AT GIBSON DOT E on 07/04/96 8:41PM
>I've noticed that the strupr() function is included in the libc reference
>of DJGPP, but is nonexistent in the libc.a of either Linux, Solaris, or
>IRIX. Is this a BSD-ism that I haven't heard of? My IRIX implementation
>has the BSD ABI, and so does the Solaris. How come I don't have strupr() ?
DJGPP tries to incorporate functions from as many different compilers
as possible to ensure maximum portability. For example, it has at
least three functions to do case-insensitive string compares, all of which
are identical except for the name (strcase, strcasecmp, and stricmp).
I don't know why your Unix compilers don't have strupr(), but I do know
that it is not an ANSI function.
John
- Raw text -