Mail Archives: djgpp/1997/08/02/15:32:32
John M. Aldrich wrote:
> stricmp() (note spelling) and strcasecmp() are both in the DJGPP
> library. Since they perform identical functions, I assume they are
> named as such for portability with Borland and other compilers. A
> simple look in the libc docs in the string functions category would have
> revealed this ("info libc func string").
This is true. stricmp (and strcmpi; as I recall, they were the same) in
Borland C, but still, stricmp/strcmpi is non-ANSI and thus is not
portable.
--
Erik Max Francis, &tSftDotIotE / email / mailto:max AT alcyone DOT com
Alcyone Systems / web / http://www.alcyone.com/max/
San Jose, California, United States / icbm / 37 20 07 N 121 53 38 W
\
"Love is not love which alters / when it alternation finds."
/ William Shakespeare, _Sonnets_, 116
- Raw text -