At 01:29 PM 1/14/99 -0800, you wrote:
>> Maybe i'm going to say something terribly stupid..but what is
>> str_cmp ?
>> There is no ref in the man pages about this funct, i have used it once
>> because i mistyped 'strcmp' and the compiler didn't complain about it,
>> but nothing worked then...
>
>
>String Compare. Compare two strings of text/characters. strcmp is case
>sensitive, and str_cmp is case insensitive. Everyone else, please correct
>me if I'm wrong.
Brian is correct, str_cmp() is basically strcmp() without case sensitivity.
The reason Edoardo cannot find a man page on str_cmp() is it is a
function within utils.c, not a part of any standard library.
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST